Skip to content

Commit 6140aed

Browse files
committed
update actions
1 parent f5503e3 commit 6140aed

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
# Used to host poetry
2020
- uses: actions/setup-python@v3
2121

22+
- name: Lock dependencies
23+
run: poetry lock
24+
2225
- name: Install dependencies
2326
run: poetry install
2427

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ scikit-learn = "^1.2.2"
2727
setuptools = "^59.6.0"
2828

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

0 commit comments

Comments
 (0)