Skip to content

Commit

Permalink
update test workflow to include dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Aug 5, 2022
1 parent bd2f960 commit fcf25a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest wheel
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Test with pytest
run: |
pytest tests

0 comments on commit fcf25a2

Please sign in to comment.