Skip to content
Snippets Groups Projects
Commit 31c972ab authored by Guilhem Saurel's avatar Guilhem Saurel Committed by Justin Carpentier
Browse files

ci pip: no py 3.8 on macos arm64 for now

parent 03a641da
No related branches found
No related tags found
No related merge requests found
Pipeline #40292 failed
......@@ -16,6 +16,9 @@ jobs:
matrix:
os: ["ubuntu", "macos"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: "macos"
python-version: "3.8" # Not available on arm64
steps:
- uses: actions/checkout@v4
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment