File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 36
36
uses : Gr1N/setup-poetry@v7
37
37
with :
38
38
poetry-version : ${{ env.POETRY_VERSION }}
39
- - uses : actions/cache@v2
40
- with :
41
- path : ~/.cache/pypoetry/virtualenvs
42
- key : ${{ runner.os }}-${{ env.PYTHON_VERISON_DEFAULT }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
43
39
- name : Install dependencies
44
40
run : poetry install --no-root
45
41
- name : Run tox
73
69
uses : Gr1N/setup-poetry@v7
74
70
with :
75
71
poetry-version : ${{ env.POETRY_VERSION }}
76
- - uses : actions/cache@v2
77
- with :
78
- path : ~/.cache/pypoetry/virtualenvs
79
- key : ${{ runner.os }}-${{ matrix.python-version }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
80
72
- name : Install dependencies
81
73
run : poetry install --no-root
82
74
- name : Run tox
@@ -127,10 +119,6 @@ jobs:
127
119
uses : Gr1N/setup-poetry@v7
128
120
with :
129
121
poetry-version : ${{ env.POETRY_VERSION }}
130
- - uses : actions/cache@v2
131
- with :
132
- path : ~/.cache/pypoetry/virtualenvs
133
- key : ${{ runner.os }}}-${{ matrix.python-version }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
134
122
- name : Install dependencies
135
123
run : poetry install --no-root
136
124
- name : Ensure build successful
You can’t perform that action at this time.
0 commit comments