Skip to content

Commit

Permalink
Fix tests not running with GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Mar 14, 2024
1 parent 554cca7 commit ab951b1
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 @@ -30,7 +30,7 @@ jobs:
run: pipenv install --dev

- name: Run Pytest
run: pipenv run pytest
run: pipenv run pytest .



Expand Down

0 comments on commit ab951b1

Please sign in to comment.