Skip to content

Commit

Permalink
Removing qt
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Feb 15, 2022
1 parent 21d5cfa commit e49f234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,11 @@ jobs:
|| echo "WARNING: Gurobi is not available"
conda install -q -y -c fico-xpress xpress \
|| echo "WARNING: Xpress Community Edition is not available"
for PKG in cyipopt pymumps pytest-qt=3.3.0; do
for PKG in cyipopt pymumps; do
conda install -q -y -c conda-forge $PKG \
|| echo "WARNING: $PKG is not available"
done
conda remove qt pyqt
fi
# Re-try Pyomo (optional) dependencies with pip
if test -n "$PYPI_DEPENDENCIES"; then
Expand Down

0 comments on commit e49f234

Please sign in to comment.