Skip to content

Commit

Permalink
new path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Oct 26, 2024
1 parent 1eefb32 commit e345c35
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 @@ -72,11 +72,11 @@ 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"
"dir envs\\build\\Library\\include"
]

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

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

0 comments on commit e345c35

Please sign in to comment.