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 3b83ce5 commit 5e465a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
with:
micromamba-version: 1.5.10-0
- name: see mm content
if: runner.os == 'Windows'
run: ls C:\\Users\\runneradmin\\micromamba\\envs\\build
- name: Build wheels
if: github.event_name != 'release'
uses: pypa/[email protected]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,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\""
"dir C:\\Users\\runneradmin\\micromamba\\envs\\build\\include"
]

[tool.cibuildwheel.windows.environment]
Expand Down

0 comments on commit 5e465a5

Please sign in to comment.