File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 34
34
run : echo "PUBLISH=$(echo true)" >> $GITHUB_ENV
35
35
36
36
- 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'
42
38
43
39
- name : Set up Python ${{ matrix.python-version }}
44
40
uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v3
13
13
- 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'
19
15
20
16
- name : Set up Python ${{ matrix.python-version }}
21
17
uses : actions/setup-python@v3
You can’t perform that action at this time.
0 commit comments