Skip to content

Commit

Permalink
regex
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Dec 19, 2024
1 parent 80e7715 commit 48956e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-python-install-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: pipx run twine check dist/*

- name: install highspy
run: python3 -m pip install dist/highspy*
run: python3 -m pip install dist/*

- name: Test Python Examples
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Bug Tracker" = "https://github.com/ERGO-Code/HiGHS/issues"

[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11", "numpy", "ninja"]
requires = ["numpy", "pybind11", "scikit-build-core>=0.3.3", "ninja"]
build-backend = "scikit_build_core.build"

[project]
Expand Down

0 comments on commit 48956e0

Please sign in to comment.