File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 2626 python-version-file : ' pyproject.toml'
2727 cache : ' poetry'
2828
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+
2937 - name : Install Semantic Release
3038 run : |
3139 npm install --global semantic-release
Original file line number Diff line number Diff line change 2323 python-version-file : ' pyproject.toml'
2424 cache : ' poetry'
2525
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+
2634 - name : Install Dependencies
2735 run : poetry install
2836
You can’t perform that action at this time.
0 commit comments