Skip to content

Commit cfd1394

Browse files
authored
Merge pull request #304 from DLWoodruff/repar_pyotracker
Repar pyotracker
2 parents 5ad0f60 + 2607688 commit cfd1394

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/straight.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: straight (Pyomo released)
22

3+
# april 2023: matched the testaph.yml dependencies
4+
35
on:
46
push:
57
branches: [ main ]
@@ -18,16 +20,14 @@ jobs:
1820
steps:
1921
- uses: actions/checkout@v3
2022
- uses: conda-incubator/setup-miniconda@v2
21-
- uses: mpi4py/setup-mpi@v1
2223
with:
2324
activate-environment: test_env
2425
python-version: 3.8
2526
auto-activate-base: false
2627
- name: Install dependencies
2728
run: |
2829
conda install mpi4py pandas setuptools
29-
pip install pyomo pandas sphinx sphinx_rtd_theme cplex
30-
pip install xpress numpy scipy dill
30+
pip install pyomo xpress cplex dill
3131
3232
- name: setup the program
3333
run: |

0 commit comments

Comments
 (0)