We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2765589 commit ca3bf8dCopy full SHA for ca3bf8d
.github/workflows/python-tests.yml
@@ -66,11 +66,6 @@ jobs:
66
if: runner.os == 'Windows'
67
run: dir C:\Users\runneradmin\AppData\Local\Temp\fastembed_cache
68
shell: cmd
69
-
70
- - name: List Cached Models (Linux/macOS) - var/tmp
71
- if: runner.os != 'Windows'
72
- run: ls -lah /var/tmp/fastembed_cache
73
- shell: bash
74
75
- name: List Cached Models (Linux/macOS) - /tmp
76
if: runner.os != 'Windows'
0 commit comments