Skip to content

Commit 48fc1c3

Browse files
committed
Remove python call from test workflow
1 parent c83f702 commit 48fc1c3

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
@@ -37,7 +37,7 @@ jobs:
3737
pip install codecov
3838
- name: Test with pytest
3939
run: |
40-
python3 -m pytest tests
40+
pytest tests
4141
# - name: Upload coverage to Codecov
4242
# uses: codecov/codecov-action@v1
4343
# with:

0 commit comments

Comments
 (0)