Skip to content

Commit

Permalink
Add missing CI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscherzinger committed Aug 5, 2024
1 parent b22fa1d commit 90dce50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/script/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cd $HOME
apt-get install -y curl libcurl4-openssl-dev

# Python dependencies
python_deps="fastapi uvicorn httpx requests coverage"
python_deps="fastapi uvicorn httpx requests coverage python-multipart"
os_name=$(lsb_release -cs)

case $os_name in
Expand Down

0 comments on commit 90dce50

Please sign in to comment.