We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e201d1 commit c1c1df6Copy full SHA for c1c1df6
.github/workflows/test_branches.yml
@@ -376,7 +376,7 @@ jobs:
376
echo "*** Install Pyomo dependencies ***"
377
# For windows, cannot use newer setuptools because of APPSI compilation issues
378
if test "${{matrix.TARGET}}" == 'win'; then
379
- CONDA_DEPENDENCIES="$CONDA_DEPENDENCIES setuptools<74.0.0 pip<25.0 platformdirs<4.0"
+ CONDA_DEPENDENCIES="$CONDA_DEPENDENCIES setuptools<74.0.0 platformdirs<4.0"
380
fi
381
# Note: this will fail the build if any installation fails (or
382
# possibly if it outputs messages to stderr)
0 commit comments