Skip to content

Commit

Permalink
chore(ci): remove cache-dependency-glob from setup-uv action
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 20, 2024
1 parent e32e561 commit 77bd213
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: '**/requirements*.txt'
- 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 77bd213

Please sign in to comment.