Skip to content

Commit f3763db

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
6363
- name: List Cached Models (Windows)
6464
if: runner.os == 'Windows'
65-
run: dir C:\Users\runneradmin\AppData\Local\Temp\fastembed_tmp
65+
run: dir C:\Users\runneradmin\AppData\Local\Temp\
6666
shell: cmd
6767

6868
- name: List Cached Models (Linux/macOS)
6969
if: runner.os != 'Windows'
70-
run: ls -lah /tmp/fastembed_tmp
70+
run: ls -lah /tmp/
7171
shell: bash

0 commit comments

Comments
 (0)