File tree Expand file tree Collapse file tree 5 files changed +282
-314
lines changed Expand file tree Collapse file tree 5 files changed +282
-314
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,13 @@ jobs:
4949
5050 - name : Install poetry
5151 run : |
52- curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get -poetry.py
53- python get -poetry.py -y --version 1.0.10
52+ curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/install -poetry.py
53+ python install -poetry.py -y --version 1.1.7
5454 echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
55- rm get-poetry.py
55+ rm install-poetry.py
56+
57+ - name : Add ~/.local/bin to PATH
58+ run : echo "$HOME/.local/bin" >> $GITHUB_PATH
5659
5760 - name : Get poetry cache paths from config
5861 run : |
Original file line number Diff line number Diff line change @@ -28,10 +28,13 @@ jobs:
2828
2929 - name : Install poetry
3030 run : |
31- curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get -poetry.py
32- python get -poetry.py -y --version 1.0.10
31+ curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/install -poetry.py
32+ python install -poetry.py -y --version 1.1.7
3333 echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
34- rm get-poetry.py
34+ rm install-poetry.py
35+
36+ - name : Add ~/.local/bin to PATH
37+ run : echo "$HOME/.local/bin" >> $GITHUB_PATH
3538
3639 - name : Get poetry cache paths from config
3740 run : |
Original file line number Diff line number Diff line change 1+ poetry 1.1.7
Original file line number Diff line number Diff line change 33## current
44
55- _ Add your latest changes from PRs here_
6+ - #313 : Update poetry to 1.1
7+ - CI: Use poetry 1.1.7 and ` install-poetry.py ` installer
8+ - Relock poetry.lock at 1.1 (w/ 1.1.7's fix)
69
710## vcspull 1.8.0 (2021-06-16)
811
You can’t perform that action at this time.
0 commit comments