File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 CIBW_PROJECT_REQUIRES_PYTHON : " >=3.9"
176176 # Run before wheel build
177177 CIBW_BEFORE_BUILD_WINDOWS : |
178- pip install delvewheel && msys2 -c "set -x; cat constraints.txt && (echo passagemath-conf @ file:///D:/a/sage/sage/pkgs/sage-conf && echo passagemath-setup @ file:///D:/a/sage/sage/pkgs/sage-setup && echo passagemath-environment @ file:///D:/a/sage/sage/pkgs/sagemath-environment) > constraints.txt && cat constraints.txt"
178+ pip install delvewheel
179179 # Environment during wheel build
180180 # PYTHONUTF8=1 is for delvewheel
181181 CIBW_ENVIRONMENT : >-
@@ -184,7 +184,6 @@ jobs:
184184 LIB="D:\\a\\sage\\sage\\sage-local\\bin;D:\\a\\sage\\sage\\sage-local\\lib;%LIB%"
185185 PKG_CONFIG_PATH=$(pwd)/prefix/lib/pkgconfig:$PKG_CONFIG_PATH
186186 ACLOCAL_PATH=/usr/share/aclocal
187- PIP_CONSTRAINT=D:\\a\\sage\\sage\\constraints.txt
188187 PIP_FIND_LINKS=D:\\a\\sage\\sage\\wheelhouse' 'D:\\a\\sage\\sage\\dist
189188 SAGE_NUM_THREADS=6
190189 PYTHONUTF8=1
You can’t perform that action at this time.
0 commit comments