Skip to content

Commit 58602c7

Browse files
committed
fixes 7
1 parent ad9ca5a commit 58602c7

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/integration.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ jobs:
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
@@ -68,18 +56,6 @@ jobs:
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

0 commit comments

Comments
 (0)