Skip to content

Commit

Permalink
Merge pull request #304 from DLWoodruff/repar_pyotracker
Browse files Browse the repository at this point in the history
Repar pyotracker
  • Loading branch information
bknueven authored Apr 5, 2023
2 parents 5ad0f60 + 2607688 commit cfd1394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/straight.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: straight (Pyomo released)

# april 2023: matched the testaph.yml dependencies

on:
push:
branches: [ main ]
Expand All @@ -18,16 +20,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
- uses: mpi4py/setup-mpi@v1
with:
activate-environment: test_env
python-version: 3.8
auto-activate-base: false
- name: Install dependencies
run: |
conda install mpi4py pandas setuptools
pip install pyomo pandas sphinx sphinx_rtd_theme cplex
pip install xpress numpy scipy dill
pip install pyomo xpress cplex dill
- name: setup the program
run: |
Expand Down

0 comments on commit cfd1394

Please sign in to comment.