Skip to content

Commit d23169f

Browse files
Trigger CI test
1 parent 665e176 commit d23169f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
poetry run pytest tests/test_image_onnx_embeddings.py
6464
6565
- name: List Cached Models (Linux)
66-
if: runner.os != 'Linux'
66+
if: runner.os == 'Linux'
6767
run: ls -lah /tmp/fastembed_cache
6868
shell: bash
6969
- name: List Cached Models (Windows)

0 commit comments

Comments
 (0)