Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
statmlben committed Feb 6, 2024
1 parent f5503e3 commit 6140aed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
# Used to host poetry
- uses: actions/setup-python@v3

- name: Lock dependencies
run: poetry lock

- name: Install dependencies
run: poetry install

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ scikit-learn = "^1.2.2"
setuptools = "^59.6.0"

[build-system]
requires = ["poetry-core>=1.0.0", "requests ~= 2.27.0", "pybind11 ~= 2.11.1", "setuptools ~= 59.0"]
requires = ["poetry-core>=1.0.0", "requests ~= 2.27.0", "pybind11 ~= 2.11.1", "setuptools ~= 59.6.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 6140aed

Please sign in to comment.