Skip to content

Commit 75c0fba

Browse files
Trigger CI test
1 parent 8c1cc7e commit 75c0fba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/python-tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version:
17-
# - '3.9.x'
18-
# - '3.10.x'
19-
# - '3.11.x'
20-
# - '3.12.x'
17+
- '3.9.x'
18+
- '3.10.x'
19+
- '3.11.x'
20+
- '3.12.x'
2121
- '3.13.x'
2222
os:
23-
# - ubuntu-latest
23+
- ubuntu-latest
2424
# - macos-latest
2525
- windows-latest
2626

@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Run pytest
6565
run: |
66-
poetry run pytest tests/test_image_onnx_embeddings.py
66+
poetry run pytest
6767
6868
- name: List Cached Models (Linux)
6969
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)