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 4747 - name : Install poetry
4848 run : |
4949 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
5151 echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
5252 rm install-poetry.py
5353
Original file line number Diff line number Diff line change 2525 - name : Install poetry
2626 run : |
2727 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
2929 echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
3030 rm install-poetry.py
3131
Original file line number Diff line number Diff line change 1- poetry 1.1.12
1+ poetry 1.1.14
22python 3.10.5 3.9.13
You can’t perform that action at this time.
0 commit comments