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 23, 2024
1 parent 2cd1a56 commit 7c5365a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install mongomock
pip install -r /API/requirements.txt
pip install -r API/requirements.txt
- uses: ricardochaves/[email protected]
with:
Expand All @@ -42,4 +42,4 @@ jobs:

- name: Run tests
run: |
python /API/test_api.py
python API/test_api.py

0 comments on commit 7c5365a

Please sign in to comment.