File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 3434 run : echo "PUBLISH=$(echo true)" >> $GITHUB_ENV
3535
3636 - name : Install poetry
37- run : |
38- curl -O -sSL https://install.python-poetry.org/install-poetry.py
39- python install-poetry.py -y --version 1.1.12
40- echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
41- rm install-poetry.py
37+ run : pipx install 'poetry==1.1.12'
4238
4339 - name : Set up Python ${{ matrix.python-version }}
4440 uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v3
1313 - name : Install poetry
14- run : |
15- curl -O -sSL https://install.python-poetry.org/install-poetry.py
16- python install-poetry.py -y --version 1.1.12
17- echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
18- rm install-poetry.py
14+ run : pipx install 'poetry==1.1.12'
1915
2016 - name : Set up Python ${{ matrix.python-version }}
2117 uses : actions/setup-python@v3
You can’t perform that action at this time.
0 commit comments