Skip to content

Commit

Permalink
ci: setup-uv enable-cache=true new default
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire authored Dec 20, 2024
1 parent 8f016fb commit 88e27b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- run: uv run --all-extras --frozen pyright
- run: uv run --all-extras --frozen ruff check
if: always()
Expand All @@ -32,8 +30,6 @@ jobs:
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- run: uv build --all
# - run: uv publish
- run: |
Expand Down

0 comments on commit 88e27b6

Please sign in to comment.