File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
- name : Install poetry
48
48
run : |
49
49
curl -O -sSL https://install.python-poetry.org/install-poetry.py
50
- python install-poetry.py -y --version 1.1.12
50
+ python install-poetry.py -y --version 1.1.14
51
51
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
52
52
rm install-poetry.py
53
53
Original file line number Diff line number Diff line change 25
25
- name : Install poetry
26
26
run : |
27
27
curl -O -sSL https://install.python-poetry.org/install-poetry.py
28
- python install-poetry.py -y --version 1.1.12
28
+ python install-poetry.py -y --version 1.1.14
29
29
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
30
30
rm install-poetry.py
31
31
Original file line number Diff line number Diff line change 1
- poetry 1.1.12
1
+ poetry 1.1.14
2
2
python 3.10.5 3.9.13
You can’t perform that action at this time.
0 commit comments