Skip to content

Commit 8fcc771

Browse files
committed
ci: poetry 1.1.7 -> 1.1.12
1 parent 1799a89 commit 8fcc771

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949

5050
- name: Install poetry
5151
run: |
52-
curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/install-poetry.py
53-
python install-poetry.py -y --version 1.1.7
52+
curl -O -sSL https://install.python-poetry.org/install-poetry.py
53+
python install-poetry.py -y --version 1.1.12
5454
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
5555
rm install-poetry.py
5656

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Install poetry
3030
run: |
31-
curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/install-poetry.py
32-
python install-poetry.py -y --version 1.1.7
31+
curl -O -sSL https://install.python-poetry.org/install-poetry.py
32+
python install-poetry.py -y --version 1.1.12
3333
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
3434
rm install-poetry.py
3535

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poetry 1.1.7
1+
poetry 1.1.12

0 commit comments

Comments
 (0)