Skip to content

Commit 272b40d

Browse files
committed
fixing petry in publish CI
1 parent 9b927b3 commit 272b40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Set Poetry config
4444
run: |
45-
pip install --upgrade pip poetry
45+
pip install --upgrade pip poetry==1.8.5
4646
poetry config virtualenvs.in-project false
4747
poetry config virtualenvs.path ~/.virtualenvs
4848
poetry export --dev --without-hashes -o requirements.txt

0 commit comments

Comments
 (0)