We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0ae4d commit 5c98433Copy full SHA for 5c98433
.github/workflows/test.yml
@@ -25,5 +25,5 @@ jobs:
25
pip install '.[test]'
26
- name: Run tests
27
run: |
28
- python -m unittest tests/test_tsellm.py
29
-
+# python -m unittest tests/test_tsellm.py
+ pytest
0 commit comments