Skip to content

Commit f9aef46

Browse files
committed
.github/workflows/dist.yml: Remove PIP_CONSTRAINT
1 parent 51f9be3 commit f9aef46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)