File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 - name : Prepare python environment
3737 run : |
3838 python -m pip install --upgrade pip
39- python -m pip install --group coverage
39+ python -m pip install --group coverage || python -m pip install networkx cython pytest-cov numpy
4040
4141 - name : Install PySCIPOpt
4242 run : |
Original file line number Diff line number Diff line change 3434 - name : Prepare python environment
3535 run : |
3636 python -m pip install --upgrade pip
37- python -m pip install --group test-full
37+ python -m pip install --group test-full || python -m pip install networkx pytest-cov numpy
3838
3939 - name : Install PySCIPOpt
4040 run : python -m pip install .
7070 shell : powershell
7171 run : |
7272 python -m pip install --upgrade pip
73- python -m pip install --group test-full
73+ python -m pip install --group test-full || python -m pip install networkx pytest-cov numpy
7474
7575 - name : Install PySCIPOpt
7676 shell : powershell
@@ -107,7 +107,7 @@ jobs:
107107 - name : Prepare python environment
108108 run : |
109109 python -m pip install --upgrade pip
110- python -m pip install --group test-full
110+ python -m pip install --group test-full || python -m pip install networkx pytest-cov pytest numpy
111111
112112 - name : Install PySCIPOpt
113113 run : |
Original file line number Diff line number Diff line change 4949 - name : Prepare python environment
5050 run : |
5151 python -m pip install --upgrade pip
52- python -m pip install --group test-full
52+ python -m pip install --group test-full || python -m pip install wheel cython networkx pytest-cov
5353
5454 - name : Install PySCIPOpt
5555 run : python -m pip install .
8686 shell : powershell
8787 run : |
8888 python -m pip install --upgrade pip
89- python -m pip install --group test-full
89+ python -m pip install --group test-full || python -m pip install wheel cython networkx pytest-cov
9090 - name : Install PySCIPOpt
9191 shell : powershell
9292 run : |
You can’t perform that action at this time.
0 commit comments