Skip to content

Commit

Permalink
exclude oldest (pytorch) macos tests due to tokenizers build error
Browse files Browse the repository at this point in the history
  • Loading branch information
speediedan committed Nov 7, 2024
1 parent 5d5f1eb commit 2a7a4d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- {os: ubuntu-22.04, python-version: "3.12", requires: "oldest"}
- {os: windows-2022, python-version: "3.12", requires: "oldest"}
- {os: macOS-14, python-version: "3.12", requires: "oldest"}
- {os: macOS-14, python-version: "3.9", requires: "oldest"} # exclude until 2.6 due to tokenizers build error
# include:
# # adding when using a release candidate
# # - {os: ubuntu-22.04, python-version: "3.12", requires: "latest", release: "pre"}
Expand Down

0 comments on commit 2a7a4d1

Please sign in to comment.