Skip to content

Commit

Permalink
Update main.yml - update installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanMadar authored Mar 24, 2024
1 parent 6c2820e commit 1989107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
pip install -r requirements-server.txt
- name: Test with pytest
run: |
Expand Down

0 comments on commit 1989107

Please sign in to comment.