Skip to content

Commit 294ff3f

Browse files
committed
Switch from py.test to pytest for CI
1 parent cbfe754 commit 294ff3f

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-
py.test tests
38+
pytest tests
3939
# - name: Upload coverage to Codecov
4040
# uses: codecov/codecov-action@v1
4141
# with:

0 commit comments

Comments
 (0)