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 07a8fb1
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
pip install --break-system-packages fastapi uvicorn httpx requests coverage

0 comments on commit 07a8fb1

Please sign in to comment.