Skip to content

Commit 927276f

Browse files
Fix poetry action issue
1 parent 40d9378 commit 927276f

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ jobs:
1717
with:
1818
python-version: "3.9"
1919

20-
- name: Install poetry
21-
run: |
22-
curl -sSL \
23-
"https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py" | python
24-
25-
# Adding `poetry` to `$PATH`:
26-
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
27-
20+
- uses: Gr1N/setup-poetry@v7
2821
- name: Set up cache
2922
uses: actions/cache@v2
3023
with:

0 commit comments

Comments
 (0)