We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba83b98 commit e7458adCopy full SHA for e7458ad
1 file changed
.github/workflows/publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
python-version: "3.13"
20
21
- name: Install Poetry and pre-commit 💈
22
- run: pip install poetry pre-commit
+ run: pip install poetry==1.8.5 pre-commit
23
24
- name: Install dependencies 🛠
25
run: poetry install
0 commit comments