We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54fd67d + 2a18cfd commit 10d2071Copy full SHA for 10d2071
.github/workflows/testing.yaml
@@ -100,7 +100,7 @@ jobs:
100
run: echo version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") >> $GITHUB_OUTPUT
101
- name: Install Poetry and add to path
102
run: |
103
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
+ curl -sSL https://install.python-poetry.org/install-poetry.py | python -
104
echo "${HOME}/.local/bin" >> $GITHUB_PATH
105
- name: Configure poetry
106
0 commit comments