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 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
Original file line number Diff line number Diff line change 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
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