File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
50
50
- name : Install poetry
51
51
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
54
54
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
55
55
rm install-poetry.py
56
56
Original file line number Diff line number Diff line change 28
28
29
29
- name : Install poetry
30
30
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
33
33
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
34
34
rm install-poetry.py
35
35
Original file line number Diff line number Diff line change 1
- poetry 1.1.7
1
+ poetry 1.1.12
You can’t perform that action at this time.
0 commit comments