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 d10aa06 commit ef2cd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ 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\"",
"dir C:\\Users\\runneradmin\\micromamba\\envs\\build\\include"
"C:\\Users\\runneradmin\\micromamba-bin\\micromamba.exe create -y -p $CONDA\\envs\\build -c conda-forge \"xsimd<11|>12.1\"",
"dir $CONDA\\envs\\build"
]

[tool.cibuildwheel.windows.environment]
Expand Down

0 comments on commit ef2cd44

Please sign in to comment.