Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Oct 26, 2024
1 parent 5e465a5 commit d10aa06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [windows-2019]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ MACOSX_DEPLOYMENT_TARGET="12.0"

[tool.cibuildwheel.windows]
before-all = [
"C:\\Users\\runneradmin\\micromamba-bin\\micromamba.exe create -y -p C:\\Users\\runneradmin\\micromamba\\envs\\build -c conda-forge \"xsimd<11|>12.1\""
"C:\\Users\\runneradmin\\micromamba-bin\\micromamba.exe create -y -p C:\\Users\\runneradmin\\micromamba\\envs\\build -c conda-forge \"xsimd<11|>12.1\"",
"dir C:\\Users\\runneradmin\\micromamba\\envs\\build\\include"
]

Expand Down

0 comments on commit d10aa06

Please sign in to comment.