File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 type : string
1313
1414env :
15- POETRY_VERSION : " 1.7.1 "
15+ POETRY_VERSION : " 1.8 "
1616 POETRY_URL : https://install.python-poetry.org
1717
1818jobs :
4343 })
4444 - name : Install Poetry
4545 run : |
46- pipx install poetry
46+ pipx install poetry==1.8
4747 - name : Set up Python
4848 uses : actions/setup-python@v5
4949 with :
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v3
1919 - name : Install Poetry
2020 run : |
21- pipx install poetry
21+ pipx install poetry==1.8
2222 - name : Set up Python
2323 uses : actions/setup-python@v5
2424 with :
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v3
2222 - name : Install Poetry
2323 run : |
24- pipx install poetry
24+ pipx install poetry==1.8
2525 - name : Set up Python
2626 uses : actions/setup-python@v5
2727 with :
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v3
1919 - name : Install Poetry
2020 run : |
21- pipx install poetry
21+ pipx install poetry==1.8
2222 - name : Set up Python
2323 uses : actions/setup-python@v5
2424 with :
5151 uses : actions/checkout@v3
5252 - name : Install Poetry
5353 run : |
54- pipx install poetry
54+ pipx install poetry==1.8
5555 - name : Set up Python
5656 uses : actions/setup-python@v5
5757 with :
You can’t perform that action at this time.
0 commit comments