Skip to content

Commit

Permalink
chore(ci): specify blank cache-dependency-glob
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 22, 2024
1 parent 24c8b4a commit ace14c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: ''
- name: Install pip dependencies
run: uv pip install --system -r requirements.txt -r requirements-test.txt psycopg2-binary
- name: Test
Expand Down

0 comments on commit ace14c1

Please sign in to comment.