Skip to content

Commit

Permalink
Trigger CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Feb 25, 2025
1 parent 5f820c0 commit c968ab3
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
matrix:
python-version:
- '3.9.x'
- '3.10.x'
- '3.11.x'
- '3.12.x'
- '3.13.x'
# - '3.10.x'
# - '3.11.x'
# - '3.12.x'
# - '3.13.x'
os:
# - ubuntu-latest
# - macos-latest
Expand Down Expand Up @@ -62,11 +62,6 @@ jobs:
run: |
poetry run pytest tests/test_image_onnx_embeddings.py
- name: List Cached Models (Windows) 1
if: runner.os == 'Windows'
run: dir $LOCALAPPDATA\\Temp\\fastembed_cache
shell: cmd

- name: List Cached Models (Windows) 2
if: runner.os == 'Windows'
run: dir %TEMP%\\fastembed_cache
Expand Down

0 comments on commit c968ab3

Please sign in to comment.