File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
python-version : ${{env.basepython}}
32
32
33
- - name : Cache paths
34
- uses : actions/cache@v2
35
- with :
36
- path : |
37
- .tox
38
- ~/.virtualenvs
39
- ~/.cache/pip
40
- ~/.cache/pypoetry
41
- key : lint-${{ hashFiles('**/poetry.lock', '**/tox.ini', '**/pyproject.toml') }}-${{ matrix.python}}
42
- restore-keys : |
43
- lint-${{ hashFiles('**/poetry.lock', '**/tox.ini', '**/pyproject.toml') }}-${{ matrix.python}}
44
-
45
33
- name : prepare the environment
46
34
run : |
47
35
pip install -U setuptools pip poetry tox-docker tox-poetry
68
56
python-version : ${{matrix.python}}
69
57
architecture : x64
70
58
71
- # - name: Cache paths
72
- # uses: actions/cache@v3
73
- # with:
74
- # path: |
75
- # .tox
76
- # ~/.virtualenvs
77
- # ~/.cache/pip
78
- # ~/.cache/pypoetry
79
- # key: cover-${{ hashFiles('**/poetry.lock', '**/tox.ini', '**/pyproject.toml') }}-${{ matrix.python}}
80
- # restore-keys: |
81
- # cover-${{ hashFiles('**/poetry.lock', '**/tox.ini', '**/pyproject.toml') }}-${{ matrix.python}}
82
-
83
59
- name : Prepare environment
84
60
run : |
85
61
pip install -U setuptools pip poetry tox-docker tox-poetry
You can’t perform that action at this time.
0 commit comments