Skip to content

Commit 88689a6

Browse files
committed
Do we still need the more aggresive caching?
1 parent 70504dc commit 88689a6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/django.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ jobs:
3636
cache-dependency-path: |
3737
requirements/local.txt
3838
requirements/base.txt
39-
# This is a more aggresive cache.
40-
# The one above caches the wheel files, but still runs the installation for them
41-
# While the cache below caches the entire Python directory.
42-
- name: Cache pip
43-
uses: actions/cache@v4
44-
with:
45-
path: /opt/hostedtoolcache/Python/3.12.4/x64/ # This path is specific to Ubuntu
46-
key: python-${{ hashFiles('requirements/local.txt') }}-${{ hashFiles('requirements/base.txt') }}
4739
- name: Install dependencies
4840
run: pip install -r requirements/local.txt
4941
- name: Run ruff

0 commit comments

Comments
 (0)