Skip to content

Commit d8446b5

Browse files
authored
chore: stop testing instructor-embedders on windows + python 3.13 (#1941)
* chore: stop testing instructor-embedders on windows + python 3.13 * better explanation * fix
1 parent c4de3dd commit d8446b5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/instructor_embedders.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
os: [ubuntu-latest, windows-latest, macos-latest]
2424
python-version: ["3.9", "3.13"]
2525

26+
# sentencepiece cannot be installed on Windows with Python 3.13
27+
# https://github.com/google/sentencepiece/issues/1111
28+
exclude:
29+
- os: windows-latest
30+
python-version: "3.13"
31+
32+
2633
steps:
2734
- name: Checkout
2835
uses: actions/checkout@v4

0 commit comments

Comments
 (0)