Skip to content

Commit c1c1df6

Browse files
committed
Let's not pin pip
1 parent 5e201d1 commit c1c1df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
echo "*** Install Pyomo dependencies ***"
377377
# For windows, cannot use newer setuptools because of APPSI compilation issues
378378
if test "${{matrix.TARGET}}" == 'win'; then
379-
CONDA_DEPENDENCIES="$CONDA_DEPENDENCIES setuptools<74.0.0 pip<25.0 platformdirs<4.0"
379+
CONDA_DEPENDENCIES="$CONDA_DEPENDENCIES setuptools<74.0.0 platformdirs<4.0"
380380
fi
381381
# Note: this will fail the build if any installation fails (or
382382
# possibly if it outputs messages to stderr)

0 commit comments

Comments
 (0)