Skip to content

Commit b61b9e2

Browse files
committed
Remove setup.py call (for Python 3.12)
1 parent 40b03f9 commit b61b9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Tests
4545
run: |
46-
python setup.py test
46+
pytest
4747
4848
- name: Upload coverage
4949
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)