Skip to content

Commit 7dc708c

Browse files
committed
Try a direct list without wheel
1 parent 416021f commit 7dc708c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_branches.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ jobs:
333333
PYOMO_DEPENDENCIES=`python setup.py dependencies \
334334
--extras "$EXTRAS" | tail -1`
335335
PACKAGES="${PYTHON_CORE_PKGS} ${PYTHON_PACKAGES} ${PYOMO_DEPENDENCIES} "
336+
pip debug
336337
if [[ ${{matrix.python}} == pypy* ]]; then
337338
EXCLUDE="$PYPY_EXCLUDE $EXCLUDE"
338339
fi
@@ -362,7 +363,7 @@ jobs:
362363
echo "Dependencies: $CONDA_DEPENDENCIES"
363364
# Note: this will fail the build if any installation fails (or
364365
# possibly if it outputs messages to stderr)
365-
for DEP in $CONDA_DEPENDENCIES; do
366+
for DEP in glpk pytest-qt filelock ply coverage parameterized pybind11 pytest pytest-parallel Sphinx>4,!=8.2.0 sphinx-copybutton sphinx_rtd_theme>0.5 sphinxcontrib-jsmath sphinxcontrib-napoleon numpy scipy dill ipython scikit-learn<1.7.0 matplotlib>=3.6.0,!=3.6.1 networkx numpy openpyxl packaging pint plotly python-louvain pyyaml qtconsole scipy sympy xlrd pywin32 casadi numdifftools pandas seaborn setuptools<74.0.0; do
366367
echo "Installing $DEP..."
367368
conda install --update-deps -q -y python="${{matrix.python}}" $DEP
368369
pip debug

0 commit comments

Comments
 (0)