We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8cdba commit 83dafa5Copy full SHA for 83dafa5
.github/workflows/python-tests.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Run pytest
69
run: |
70
- poetry run pytest
+ poetry run pytest tests/test_sparse_embeddings.py
71
72
- name: List Cached Models (Linux)
73
if: runner.os == 'Linux'
0 commit comments