Skip to content

Commit 8951cdc

Browse files
committed
sdist macos
1 parent 06fcd1b commit 8951cdc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
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

.github/workflows/build-python-sdist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
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

0 commit comments

Comments
 (0)