File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 python-version : ${{ matrix.python }}
2727
28- - name : Python Poetry Action
29- 28+ - name : Python Install Poetry
29+ uses : Gr1N/setup-poetry@v7
30+ - uses : actions/cache@v2
31+ with :
32+ path : ~/.cache/pypoetry/virtualenvs
33+ key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
3034
3135 - name : Install dependencies
3236 run : poetry install
Original file line number Diff line number Diff line change 2020 with :
2121 python-version : 3.8
2222
23- - name : Python Poetry Action
24- 23+ - name : Python Install Poetry
24+ uses : Gr1N/setup-poetry@v7
25+ - uses : actions/cache@v2
26+ with :
27+ path : ~/.cache/pypoetry/virtualenvs
28+ key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
2529
2630 - name : Install dependencies
2731 run : poetry install
You can’t perform that action at this time.
0 commit comments