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