Skip to content

Commit

Permalink
testing with pytest through python -m
Browse files Browse the repository at this point in the history
  • Loading branch information
JezSw committed Mar 14, 2024
1 parent e75207a commit f3f90fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: runner.os == 'Linux'
run: |
source /usr/local/Modules/init/sh
pytest --cov=. --cov-report html -cov-config=jade.coveragerc | tee pytest_output.log
python -m pytest --cov=. --cov-report html -cov-config=jade.coveragerc | tee pytest_output.log
# Activate environment and run pytest
- name: Testing - Windows
Expand Down

0 comments on commit f3f90fa

Please sign in to comment.