Skip to content

Commit

Permalink
try out micromamba in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Oct 26, 2024
1 parent f049d24 commit 0f812c8
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,11 +71,11 @@ MACOSX_DEPLOYMENT_TARGET="12.0"

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

[tool.cibuildwheel.windows.environment]
INCLUDE="C:\\\\Miniconda\\\\Library\\\\include"
INCLUDE="C:\\\\Users\\\\runneradmin\\\\micromamba\\\\envs\\\\build\\\\include"

[tool.cibuildwheel.linux]
before-all = [
Expand Down

0 comments on commit 0f812c8

Please sign in to comment.