Skip to content

Commit 10d2071

Browse files
committed
Merge remote-tracking branch 'origin/main' into bump-version
2 parents 54fd67d + 2a18cfd commit 10d2071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: echo version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") >> $GITHUB_OUTPUT
101101
- name: Install Poetry and add to path
102102
run: |
103-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
103+
curl -sSL https://install.python-poetry.org/install-poetry.py | python -
104104
echo "${HOME}/.local/bin" >> $GITHUB_PATH
105105
- name: Configure poetry
106106
run: |

0 commit comments

Comments
 (0)