Skip to content

Commit 4da06c0

Browse files
committed
install specific version
1 parent 6ecb5b6 commit 4da06c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install poetry
25+
pip install poetry==1.8.5
2626
poetry export -f requirements.txt --output requirements.txt --without-hashes
2727
pip install build
2828
- name: Build package

0 commit comments

Comments
 (0)