Skip to content

Commit

Permalink
ci: use requirements for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 18, 2022
1 parent b260bea commit 1aabe0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
run: |
# prerequisites
python -m pip install --upgrade pip wheel
python -m pip install codecov coverage flake8 pytest
python -m pip install codecov coverage flake8
# install dependencies
pip install -e .
pip install -r tests/requirements.txt
# show installed packages
pip freeze
- name: Test with pytest
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest

0 comments on commit 1aabe0c

Please sign in to comment.