File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed
Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,16 @@ jobs:
2020 - name : Checkout code
2121 uses : actions/checkout@v4
2222
23+ - name : Install poetry
24+ run : |
25+ pipx install poetry
26+
2327 - name : Setup Python
2428 uses : actions/setup-python@v5
2529 with :
2630 python-version-file : ' pyproject.toml'
2731 cache : ' poetry'
2832
29- - name : Install and configure Poetry
30- uses : snok/install-poetry@v1
31- with :
32- version : latest
33- virtualenvs-create : true
34- virtualenvs-in-project : true
35- installer-parallel : true
36-
3733 - name : Install Semantic Release
3834 run : |
3935 npm install --global semantic-release
Original file line number Diff line number Diff line change @@ -17,20 +17,16 @@ jobs:
1717 - name : Checkout code
1818 uses : actions/checkout@v4
1919
20+ - name : Install poetry
21+ run : |
22+ pipx install poetry
23+
2024 - name : Setup Python
2125 uses : actions/setup-python@v5
2226 with :
2327 python-version-file : ' pyproject.toml'
2428 cache : ' poetry'
2529
26- - name : Install and configure Poetry
27- uses : snok/install-poetry@v1
28- with :
29- version : latest
30- virtualenvs-create : true
31- virtualenvs-in-project : true
32- installer-parallel : true
33-
3430 - name : Install Dependencies
3531 run : poetry install
3632
You can’t perform that action at this time.
0 commit comments