Skip to content

Commit 5c98433

Browse files
Run with pytest
1 parent 3a0ae4d commit 5c98433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
pip install '.[test]'
2626
- name: Run tests
2727
run: |
28-
python -m unittest tests/test_tsellm.py
29-
28+
# python -m unittest tests/test_tsellm.py
29+
pytest

0 commit comments

Comments
 (0)