Skip to content

Commit 5898cef

Browse files
Trigger CI test
1 parent 47f32cd commit 5898cef

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/python-tests.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
run: |
5050
if [[ "$RUNNER_OS" == "Windows" ]]; then
5151
echo "MODEL_CACHE_DIR=$TEMP/fastembed_cache" >> $GITHUB_ENV
52-
elif [[ "$RUNNER_OS" == "MacOS" ]]; then
53-
echo "MODEL_CACHE_DIR=/private/var/tmp/fastembed_cache" >> $GITHUB_ENV
5452
else
5553
echo "MODEL_CACHE_DIR=/tmp/fastembed_cache" >> $GITHUB_ENV
5654
fi
@@ -79,9 +77,5 @@ jobs:
7977
shell: bash
8078
- name: List Cached Models (MacOS) tmp
8179
if: runner.os == 'MacOS'
82-
run: ls -lah /private/var/tmp/
83-
shell: bash
84-
- name: List Cached Models (MacOS) tmp
85-
if: runner.os == 'MacOS'
86-
run: ls -lah /tmp/
80+
run: ls -lah /tmp/fastembed_cache
8781
shell: bash

0 commit comments

Comments
 (0)