Skip to content

Commit e7458ad

Browse files
Lock poetry to 1.8.5 (#12)
1 parent ba83b98 commit e7458ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: "3.13"
2020

2121
- name: Install Poetry and pre-commit 💈
22-
run: pip install poetry pre-commit
22+
run: pip install poetry==1.8.5 pre-commit
2323

2424
- name: Install dependencies 🛠
2525
run: poetry install

0 commit comments

Comments
 (0)