Skip to content

Commit

Permalink
Fix the installation of dependencies in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscherzinger committed Jul 24, 2024
1 parent 43af5b5 commit d922983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/script/install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/usr/bin/bash
cd $HOME
apt-get install curl libcurl4-openssl-dev
apt-get install python3-fastapi python3-uvicorn
apt-get install -y curl libcurl4-openssl-dev
apt-get install -y python3-fastapi python3-uvicorn python3-multipart

0 comments on commit d922983

Please sign in to comment.