Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/pyotracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@ jobs:
- name: Install dependencies
run: |
conda install mpi4py pandas setuptools git
pip install sphinx sphinx_rtd_theme sphinx-copybutton cplex
pip install xpress
pip install matplotlib
pip install cplex xpress

- name: set up pyomo
run: |
pip install git+https://github.com/Pyomo/pyomo.git@${{ matrix.pyomo-version }}

- name: setup the program
run: |
pip install -e .
# [doc] too: this job runs "make doctest" below. The tracked
# pyomo (installed from git above) already satisfies the pyomo
# requirement, so pip does not replace it.
pip install -e ".[test,doc]"

- name: Test EF/PH
run: |
Expand Down
Loading
Loading