@@ -18,13 +18,13 @@ jobs:
18
18
uses : actions/setup-python@v2
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
- - name : Restore pip cache
22
- # Caching on Windows is turned off due to inconsistent behaviour
23
- if : matrix.os != 'windows-2019'
24
- uses : actions/cache@v2
25
- with :
26
- path : ${{ env.pythonLocation }}
27
- key : ${{ matrix.os }}-${{ env.pythonLocation }}-${{ hashFiles('**/Pipfile') }}
21
+ # - name: Restore pip cache
22
+ # # Caching on Windows is turned off due to inconsistent behaviour
23
+ # if: matrix.os != 'windows-2019'
24
+ # uses: actions/cache@v2
25
+ # with:
26
+ # path: ${{ env.pythonLocation }}
27
+ # key: ${{ matrix.os }}-${{ env.pythonLocation }}-${{ hashFiles('**/Pipfile') }}
28
28
- name : Install dependencies
29
29
run : |
30
30
pip install pipenv
@@ -47,11 +47,11 @@ jobs:
47
47
uses : actions/setup-python@v2
48
48
with :
49
49
python-version : 3.7
50
- - name : Restore pip cache
51
- uses : actions/cache@v2
52
- with :
53
- path : ${{ env.pythonLocation }}
54
- key : ubuntu-20.04-${{ env.pythonLocation }}-${{ hashFiles('**/.pre-commit-config.yaml', '**/pyproject.toml') }}
50
+ # - name: Restore pip cache
51
+ # uses: actions/cache@v2
52
+ # with:
53
+ # path: ${{ env.pythonLocation }}
54
+ # key: ubuntu-20.04-${{ env.pythonLocation }}-${{ hashFiles('**/.pre-commit-config.yaml', '**/pyproject.toml') }}
55
55
- name : Install dependencies
56
56
run : |
57
57
pip install pre-commit
@@ -76,11 +76,11 @@ jobs:
76
76
uses : actions/setup-python@v2
77
77
with :
78
78
python-version : 3.7
79
- - name : Restore pip cache
80
- uses : actions/cache@v2
81
- with :
82
- path : ${{ env.pythonLocation }}
83
- key : ubuntu-20.04-${{ env.pythonLocation }}-${{ hashFiles('**/Pipfile') }}
79
+ # - name: Restore pip cache
80
+ # uses: actions/cache@v2
81
+ # with:
82
+ # path: ${{ env.pythonLocation }}
83
+ # key: ubuntu-20.04-${{ env.pythonLocation }}-${{ hashFiles('**/Pipfile') }}
84
84
- name : Install dependencies
85
85
run : |
86
86
pip install pipenv
@@ -101,11 +101,11 @@ jobs:
101
101
uses : actions/setup-python@v2
102
102
with :
103
103
python-version : 3.7
104
- - name : Restore pip cache
105
- uses : actions/cache@v2
106
- with :
107
- path : ${{ env.pythonLocation }}
108
- key : ubuntu-20.04-${{ env.pythonLocation }}-${{ hashFiles('**/Pipfile') }}
104
+ # - name: Restore pip cache
105
+ # uses: actions/cache@v2
106
+ # with:
107
+ # path: ${{ env.pythonLocation }}
108
+ # key: ubuntu-20.04-${{ env.pythonLocation }}-${{ hashFiles('**/Pipfile') }}
109
109
- name : Install dependencies
110
110
run : |
111
111
pip install pipenv
0 commit comments