Skip to content

Commit 653322e

Browse files
Remove cacheing
1 parent a172e04 commit 653322e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ jobs:
2828
- name: Install Pipenv
2929
uses: dschep/install-pipenv-action@v1
3030

31-
- name: Cache Python dependencies
32-
uses: actions/cache@v1
33-
with:
34-
path: .venv
35-
key: pip-${{ matrix.python-version }}-${{ hashFiles('**/Pipfile.lock') }}
36-
restore-keys: |
37-
pip-${{ matrix.python-version }}-
38-
pip-
39-
4031
- name: Install dependencies
4132
run: pipenv sync --dev
4233
env:

0 commit comments

Comments
 (0)