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 adbd91b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/script/install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#/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 python3-httpx
pip install httpx coverage

0 comments on commit adbd91b

Please sign in to comment.