We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de700d commit 5634b4fCopy full SHA for 5634b4f
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: 3.9
19
20
- name: Install poetry
21
- run: pip install poetry
+ run: pip install "poetry<2.0.0"
22
23
- name: Cache poetry packages
24
uses: actions/cache@v4
0 commit comments