Skip to content

Commit

Permalink
try to fix the error with pytest not found
Browse files Browse the repository at this point in the history
  • Loading branch information
JHu-s committed Jul 29, 2024
1 parent c99b008 commit b2561ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/basic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ jobs:

- name: Run tests
shell: bash -l {0}
run: pytest
run: |
python --version
poetry --version
python -m pytest

0 comments on commit b2561ae

Please sign in to comment.