Skip to content

Commit c968ab3

Browse files
Trigger CI test
1 parent 5f820c0 commit c968ab3

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/python-tests.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
matrix:
1616
python-version:
1717
- '3.9.x'
18-
- '3.10.x'
19-
- '3.11.x'
20-
- '3.12.x'
21-
- '3.13.x'
18+
# - '3.10.x'
19+
# - '3.11.x'
20+
# - '3.12.x'
21+
# - '3.13.x'
2222
os:
2323
# - ubuntu-latest
2424
# - macos-latest
@@ -62,11 +62,6 @@ jobs:
6262
run: |
6363
poetry run pytest tests/test_image_onnx_embeddings.py
6464
65-
- name: List Cached Models (Windows) 1
66-
if: runner.os == 'Windows'
67-
run: dir $LOCALAPPDATA\\Temp\\fastembed_cache
68-
shell: cmd
69-
7065
- name: List Cached Models (Windows) 2
7166
if: runner.os == 'Windows'
7267
run: dir %TEMP%\\fastembed_cache

0 commit comments

Comments
 (0)