Skip to content

Commit

Permalink
chore(ci): disable uv cache
Browse files Browse the repository at this point in the history
It is not really useful.
  • Loading branch information
nijel committed Sep 20, 2024
1 parent 92c380b commit c8aeda0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
python-version: '3.12'
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: requirements*.txt
- name: Install dependencies
run: uv pip install --system -r requirements-test.txt
- name: build sdist
Expand Down

0 comments on commit c8aeda0

Please sign in to comment.