File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments