Skip to content

Commit

Permalink
sdist macos
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Dec 20, 2024
1 parent 06fcd1b commit 8951cdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Install sdist
run: |
ls dist
python3 -m pip install scikit-build-core
python3 -m pip install dist/*.tar.gz
- name: Test highspy
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-python-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:

- name: install highspy
run: |
python3 -m pip install scikit-build-core --user
python3 -m pip install dist/*.tar.gz --user
- name: Test Python Examples
Expand Down Expand Up @@ -53,11 +52,11 @@ jobs:
run: |
python3 -m venv path/to/venv
source path/to/venv/bin/activate
python3 -m pip install scikit-build-core
python3 -m pip install dist/*.tar.gz
- name: Test Python Examples
run: |
source path/to/venv/bin/activate
python3 ./examples/call_highs_from_python_highspy.py
python3 ./examples/call_highs_from_python_mps.py
python3 ./examples/call_highs_from_python.py
Expand Down

0 comments on commit 8951cdc

Please sign in to comment.