Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nemouet authored May 24, 2024
1 parent efbad81 commit 4221ad4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10.6"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r API/requirements.txt
- name: Install docker
run: |
sudo apt-get update
Expand Down

0 comments on commit 4221ad4

Please sign in to comment.