We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ad0f60 + 2607688 commit cfd1394Copy full SHA for cfd1394
.github/workflows/straight.yml
@@ -1,5 +1,7 @@
1
name: straight (Pyomo released)
2
3
+# april 2023: matched the testaph.yml dependencies
4
+
5
on:
6
push:
7
branches: [ main ]
@@ -18,16 +20,14 @@ jobs:
18
20
steps:
19
21
- uses: actions/checkout@v3
22
- uses: conda-incubator/setup-miniconda@v2
- - uses: mpi4py/setup-mpi@v1
23
with:
24
activate-environment: test_env
25
python-version: 3.8
26
auto-activate-base: false
27
- name: Install dependencies
28
run: |
29
conda install mpi4py pandas setuptools
- pip install pyomo pandas sphinx sphinx_rtd_theme cplex
30
- pip install xpress numpy scipy dill
+ pip install pyomo xpress cplex dill
31
32
- name: setup the program
33
0 commit comments