We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70504dc commit 88689a6Copy full SHA for 88689a6
.github/workflows/django.yml
@@ -36,14 +36,6 @@ jobs:
36
cache-dependency-path: |
37
requirements/local.txt
38
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') }}
47
- name: Install dependencies
48
run: pip install -r requirements/local.txt
49
- name: Run ruff
0 commit comments