Skip to content

Commit

Permalink
enable-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Oct 21, 2024
1 parent c8df9ed commit 52d50f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Set up UV for py ${{ matrix.python-version }}
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: "backend/requirements/**/*.txt"

- name: Install dependencies
env:
Expand Down

0 comments on commit 52d50f9

Please sign in to comment.