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 b5b684b commit 399e751
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 --frozen pyright sachi/
- run: uv run --frozen ruff check sachi/
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
- run: uv publish
- run: |
Expand Down

0 comments on commit 399e751

Please sign in to comment.