Skip to content

Commit

Permalink
Done already by astral-sh/setup-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed Sep 10, 2024
1 parent 7523d13 commit cdc49b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Verify no getLogger usages
run: scripts/check_getLogger.sh

- name: Minimize uv cache
run: uv cache prune --ci

tests:
runs-on: "ubuntu-latest"
name: Run tests
Expand Down Expand Up @@ -78,6 +75,3 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

- name: Minimize uv cache
run: uv cache prune --ci

0 comments on commit cdc49b7

Please sign in to comment.