Skip to content

Commit 085b30c

Browse files
committed
Release is failing on the poetry install. Trying using pip instead
1 parent af5826b commit 085b30c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090

9191
- name: Install Poetry
9292
run: |
93-
curl -sSL https://install.python-poetry.org | python3 -
93+
pip install --upgrade pip
94+
pip install poetry
9495
echo "$HOME/.local/bin" >> $GITHUB_PATH
9596
9697
- name: Set project version with Poetry

0 commit comments

Comments
 (0)