File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ jobs:
323323 which python
324324 python --version
325325 # On 3.14, we need setuptools so we can run Pyomo's setup.py
326- conda install setuptools 'pip<24'
326+ conda install setuptools
327327 # Note: some pypi packages are not available through conda
328328 PYOMO_DEPENDENCIES=`python setup.py dependencies \
329329 --extras "$EXTRAS" | tail -1`
@@ -359,6 +359,7 @@ jobs:
359359 # Note: this will fail the build if any installation fails (or
360360 # possibly if it outputs messages to stderr)
361361 conda install --update-deps -q -y $CONDA_DEPENDENCIES
362+ conda install -q -y 'pip<24.3'
362363 if test -z "${{matrix.slim}}"; then
363364 # xpress.init() (xpress 9.5.1 from conda) hangs indefinitely
364365 # on GHA/Windows under Python 3.10 and 3.11. Exclude that
You can’t perform that action at this time.
0 commit comments