Skip to content

Commit

Permalink
install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed May 15, 2024
1 parent 238f798 commit ae5f480
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
python-version: 3.8

- name: Install deps
run: pip install -r requirements-dev.txt
run: |
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Launch tests & generate report
run: pytest .
Expand Down

0 comments on commit ae5f480

Please sign in to comment.