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:
49
49
50
50
- name : Install poetry
51
51
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
54
54
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
56
59
57
60
- name : Get poetry cache paths from config
58
61
run : |
Original file line number Diff line number Diff line change @@ -28,10 +28,13 @@ jobs:
28
28
29
29
- name : Install poetry
30
30
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
33
33
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
35
38
36
39
- name : Get poetry cache paths from config
37
40
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 3
3
## current
4
4
5
5
- _ 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)
6
9
7
10
## vcspull 1.8.0 (2021-06-16)
8
11
You can’t perform that action at this time.
0 commit comments