Skip to content

Commit a643666

Browse files
committed
[CI] Run tests directly rather than via setup.py.
1 parent 6ac0aa9 commit a643666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
pip install .
3636
- name: Run tests
3737
run: |
38-
python setup.py test
38+
python tests/testsuite.py

0 commit comments

Comments
 (0)