We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c2ea2 commit 88e350cCopy full SHA for 88e350c
.github/workflows/ci.yml
@@ -29,8 +29,8 @@ jobs:
29
30
- name: Install Poetry
31
run: |
32
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
33
- echo "$HOME/.poetry/bin" >> $GITHUB_PATH
+ curl -sSL https://install.python-poetry.org | python3 -
+ echo "$HOME/.local/bin" >> $GITHUB_PATH
34
35
- name: Install Dependencies
36
run: poetry install -n
0 commit comments