Skip to content

Commit 3b58358

Browse files
committed
I hate syntax
1 parent dacd8cb commit 3b58358

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_branches.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ 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
337336
if [[ ${{matrix.python}} == pypy* ]]; then
338337
EXCLUDE="$PYPY_EXCLUDE $EXCLUDE"
339338
fi
@@ -363,7 +362,7 @@ jobs:
363362
echo "Dependencies: $CONDA_DEPENDENCIES"
364363
# Note: this will fail the build if any installation fails (or
365364
# possibly if it outputs messages to stderr)
366-
for DEP in glpk pytest-qt filelock ply coverage parameterized pybind11 pytest pytest-parallel Sphinx sphinx-copybutton sphinx_rtd_theme sphinxcontrib-jsmath sphinxcontrib-napoleon numpy scipy dill ipython scikit-learn matplotlib networkx numpy openpyxl packaging pint plotly python-louvain pyyaml qtconsole scipy sympy xlrd pywin32 casadi numdifftools pandas seaborn setuptools<74.0.0; do
365+
for DEP in glpk pytest-qt filelock ply coverage parameterized pybind11 pytest pytest-parallel Sphinx sphinx-copybutton sphinx_rtd_theme sphinxcontrib-jsmath sphinxcontrib-napoleon numpy scipy dill ipython scikit-learn matplotlib networkx numpy openpyxl packaging pint plotly python-louvain pyyaml qtconsole scipy sympy xlrd pywin32 casadi numdifftools pandas seaborn 'setuptools<74.0.0'; do
367366
echo "Installing $DEP..."
368367
conda install --update-deps -q -y python="${{matrix.python}}" $DEP
369368
pip debug

0 commit comments

Comments
 (0)