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 3030 with :
3131 python-version : ${{env.basepython}}
3232
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-
4533 - name : prepare the environment
4634 run : |
4735 pip install -U setuptools pip poetry tox-docker tox-poetry
6856 python-version : ${{matrix.python}}
6957 architecture : x64
7058
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-
8359 - name : Prepare environment
8460 run : |
8561 pip install -U setuptools pip poetry tox-docker tox-poetry
You can’t perform that action at this time.
0 commit comments