Skip to content

Commit aaf2f7e

Browse files
committed
Older pip
1 parent 9c48d33 commit aaf2f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pr_and_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3'
326+
conda install setuptools 'pip<24'
327327
# Note: some pypi packages are not available through conda
328328
PYOMO_DEPENDENCIES=`python setup.py dependencies \
329329
--extras "$EXTRAS" | tail -1`

0 commit comments

Comments
 (0)