We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665e176 commit d23169fCopy full SHA for d23169f
.github/workflows/python-tests.yml
@@ -63,7 +63,7 @@ jobs:
63
poetry run pytest tests/test_image_onnx_embeddings.py
64
65
- name: List Cached Models (Linux)
66
- if: runner.os != 'Linux'
+ if: runner.os == 'Linux'
67
run: ls -lah /tmp/fastembed_cache
68
shell: bash
69
- name: List Cached Models (Windows)
0 commit comments