Skip to content

Commit

Permalink
clean uv cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbarrett314 committed Sep 17, 2024
1 parent 6d32828 commit 9ec9ff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
with:
version: ${{ vars.UV_VERSION }}
enable-cache: false
- name: Clean uv cache
run: uv cache clean
- name: Set up Python
run: uv python install ${{ vars.MAIN_PYTHON }}
- name: Install the project
Expand Down

0 comments on commit 9ec9ff7

Please sign in to comment.