Skip to content

Commit

Permalink
Add missing dep for windows/conda enum_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Feb 16, 2024
1 parent 23bdbf7 commit d405bcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
python: 3.9
TARGET: win
PYENV: conda
PACKAGES: glpk pytest-qt
PACKAGES: glpk pytest-qt filelock

- os: ubuntu-latest
python: '3.11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- os: windows-latest
TARGET: win
PYENV: conda
PACKAGES: glpk pytest-qt
PACKAGES: glpk pytest-qt filelock

- os: ubuntu-latest
python: '3.11'
Expand Down
4 changes: 2 additions & 2 deletions doc/OnlineDocs/developer_reference/solvers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ available are:
:header-rows: 1

* - Solver
- ``SolverFactory`` ([1]) Name
- ``SolverFactory`` ([3]) Name
- ``SolverFactory`` (v1) Name
- ``SolverFactory`` (v3) Name
* - ipopt
- ``ipopt_v2``
- ``ipopt``
Expand Down

0 comments on commit d405bcb

Please sign in to comment.