From 0f812c86648ac05c6bba6a8e4e2ac13a8c3b4b48 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Schmidt Date: Fri, 25 Oct 2024 22:08:10 -0400 Subject: [PATCH] try out micromamba in windows --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf53ef87..514813bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [