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 9c48d33 commit aaf2f7eCopy full SHA for aaf2f7e
.github/workflows/test_pr_and_main.yml
@@ -323,7 +323,7 @@ jobs:
323
which python
324
python --version
325
# On 3.14, we need setuptools so we can run Pyomo's setup.py
326
- conda install setuptools 'pip<24.3'
+ conda install setuptools 'pip<24'
327
# Note: some pypi packages are not available through conda
328
PYOMO_DEPENDENCIES=`python setup.py dependencies \
329
--extras "$EXTRAS" | tail -1`
0 commit comments