Skip to content

Commit

Permalink
Altered how workflow runs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Jan 22, 2025
1 parent 77b3d46 commit e1a1411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
pip3 install .
pip3 install -r requirements_fix.txt
- name: Run tests
run: poetry run pytest
run: pytest

0 comments on commit e1a1411

Please sign in to comment.