Skip to content

Commit

Permalink
DOC: Minor cleanup, remove windows python api test
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jul 2, 2023
1 parent 0aebf69 commit 864d903
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/test-python-api-win.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/test-python-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: Test Python Interface
shell: bash
run: |
# No need to separately install highs,
# shared library lookups are good enough
pip install -vvv .
pip install pytest numpy
pytest -v ./highspy/tests/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ repair-wheel-command = [
]

[tool.cibuildwheel.windows]
# Use delvewheel on windows, and install the project
# Use delvewheel on windows, and install the project so delvewheel can find it
before-build = "pip install delvewheel meson ninja && meson setup bbdir && meson install -C bbdir"
repair-wheel-command = "delvewheel repair --add-path c:/bin;c:/lib;c:/bin/src;c:/lib/src;D:/a/HiGHS/HiGHS/bbdir/src/ -w {dest_dir} {wheel}"

0 comments on commit 864d903

Please sign in to comment.