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 757e1ba
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

0 comments on commit 757e1ba

Please sign in to comment.