File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2121 - name : Install sdist
2222 run : |
2323 ls dist
24- python3 -m pip install scikit-build-core
2524 python3 -m pip install dist/*.tar.gz
2625
2726 - name : Test highspy
Original file line number Diff line number Diff line change 2222
2323 - name : install highspy
2424 run : |
25- python3 -m pip install scikit-build-core --user
2625 python3 -m pip install dist/*.tar.gz --user
2726
2827 - name : Test Python Examples
@@ -53,11 +52,11 @@ jobs:
5352 run : |
5453 python3 -m venv path/to/venv
5554 source path/to/venv/bin/activate
56- python3 -m pip install scikit-build-core
5755 python3 -m pip install dist/*.tar.gz
5856
5957 - name : Test Python Examples
6058 run : |
59+ source path/to/venv/bin/activate
6160 python3 ./examples/call_highs_from_python_highspy.py
6261 python3 ./examples/call_highs_from_python_mps.py
6362 python3 ./examples/call_highs_from_python.py
You can’t perform that action at this time.
0 commit comments