Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Oct 26, 2024
1 parent 24ce910 commit 1eefb32
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 envs/build -c conda-forge \"xsimd<11|>12.1\"",
"dir envs/build/Library"
"C:\\Users\\runneradmin\\micromamba-bin\\micromamba.exe create -y -p envs\\build -c conda-forge \"xsimd<11|>12.1\"",
"dir envs\\build\\Library"
]

[tool.cibuildwheel.windows.environment]
Expand Down

0 comments on commit 1eefb32

Please sign in to comment.