Skip to content

Commit 75aaea7

Browse files
committed
Use python -m flag when calling pytest
1 parent 294ff3f commit 75aaea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pip install -r requirements-dev.txt
3636
- name: Test with pytest
3737
run: |
38-
pytest tests
38+
python3 -m pytest tests
3939
# - name: Upload coverage to Codecov
4040
# uses: codecov/codecov-action@v1
4141
# with:

0 commit comments

Comments
 (0)