Skip to content

Commit

Permalink
ci: remove unnecessary configuration
Browse files Browse the repository at this point in the history
setup-uv 5 now enables caching by default
  • Loading branch information
lengau committed Jan 13, 2025
1 parent 417d35c commit fae36fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ jobs:
- name: Set up uv with caching
id: setup-uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Install dependencies
run: |
uv sync --no-dev
Expand Down Expand Up @@ -192,8 +190,6 @@ jobs:
- name: Set up uv with caching
id: setup-uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit fae36fd

Please sign in to comment.