Skip to content

Commit

Permalink
corrected pytest_runner settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bc299 committed Sep 23, 2023
1 parent b1fc2d4 commit f7ea645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
python-version: '3.10'
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r dev-requirements.txt
- name: Test with pytest
run:
pytest -v --pycodestyle

0 comments on commit f7ea645

Please sign in to comment.