Skip to content

Commit

Permalink
Remove caching from uv installation step in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Dec 5, 2024
1 parent b0740fa commit 2c889df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hynek/build-and-inspect-python-package@v2
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- uses: hynek/build-and-inspect-python-package@v2
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 2c889df

Please sign in to comment.