Skip to content

Commit 65aad15

Browse files
chore: Trigger CI test
1 parent a411055 commit 65aad15

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,13 @@ jobs:
5959
- name: Run pytest
6060
run: |
6161
poetry run pytest tests/test_text_multitask_embeddings.py
62+
63+
- name: List Cached Models (Windows)
64+
if: runner.os == 'Windows'
65+
run: dir C:\Users\runneradmin\AppData\Local\Temp\fastembed_tmp
66+
shell: cmd
67+
68+
- name: List Cached Models (Linux/macOS)
69+
if: runner.os != 'Windows'
70+
run: ls -lah /tmp/fastembed_tmp
71+
shell: bash

0 commit comments

Comments
 (0)