File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 3939 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040 CHECK_LICENSE : true
4141
42- - name : Install python deps
43- run : |
44- python -m pip install .[test]
45-
4642 - name : Build
4743 # We need to use gcc-10 to support c++ concepts
4844 env :
5753
5854 - name : Test
5955 run : |
56+ python -m pip install pytest numpy scipy highsbox llvmlite tccbox
6057 python -m pytest tests -v
6158
6259 - name : Upload artifact
Original file line number Diff line number Diff line change 3838 CHECK_LICENSE : false
3939 ARCH : ${{ runner.arch }}
4040
41- - name : Install python deps
42- run : |
43- python -m pip install .[test]
44-
4541 - name : Build
4642 run : |
4743 python -m pip list
5248
5349 - name : Test
5450 run : |
51+ python -m pip install pytest numpy scipy highsbox llvmlite tccbox
5552 python -m pytest tests -k "highs or ipopt" -v
5653
5754 - name : Upload artifact
Original file line number Diff line number Diff line change 3838 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3939 CHECK_LICENSE : true
4040
41- - name : Install python deps
42- run : |
43- python -m pip install .[test]
44-
4541 - name : Build
4642 run : |
4743 python -m pip list
5248
5349 - name : Test
5450 run : |
51+ python -m pip install pytest numpy scipy highsbox llvmlite tccbox
5552 python -m pytest tests -v
5653
5754 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments