Commit fc0e238 1 parent ec285c8 commit fc0e238 Copy full SHA for fc0e238
File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -41,21 +41,21 @@ jobs:
41
41
poetry config virtualenvs.create false
42
42
poetry install --no-interaction --no-ansi --without dev,docs
43
43
44
- - name : Set Model Cache Directory
45
- run : |
46
- if [[ "$RUNNER_OS" == "Windows" ]]; then
47
- echo "MODEL_CACHE_DIR=$LOCALAPPDATA\\Temp\\fastembed_tmp" >> $GITHUB_ENV
48
- else
49
- echo "MODEL_CACHE_DIR=/tmp/fastembed_tmp" >> $GITHUB_ENV
50
- fi
51
- shell : bash
44
+ # - name: Set Model Cache Directory
45
+ # run: |
46
+ # if [[ "$RUNNER_OS" == "Windows" ]]; then
47
+ # echo "MODEL_CACHE_DIR=$LOCALAPPDATA\\Temp\\fastembed_tmp" >> $GITHUB_ENV
48
+ # else
49
+ # echo "MODEL_CACHE_DIR=/tmp/fastembed_tmp" >> $GITHUB_ENV
50
+ # fi
51
+ # shell: bash
52
52
53
- - name : Cache Model Files
54
- uses : actions/cache@v3
55
- with :
56
- path : ${{ env.MODEL_CACHE_DIR }}
57
- key : model-cache-${{ runner.os }}-${{ hashFiles('tests/**') }}
53
+ # - name: Cache Model Files
54
+ # uses: actions/cache@v3
55
+ # with:
56
+ # path: ${{ env.MODEL_CACHE_DIR }}
57
+ # key: model-cache-${{ runner.os }}-${{ hashFiles('tests/**') }}
58
58
59
59
- name : Run pytest
60
60
run : |
61
- poetry run pytest
61
+ poetry run pytest tests/test_attention_embeddings.py
You can’t perform that action at this time.
0 commit comments