Skip to content

Commit

Permalink
Disable the cache in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Jan 14, 2025
1 parent 9262f82 commit f72520d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
# We don't enable the cache, as it'd otherwise never install a newer version of the dependencies
# since we aren't checking in the lock file.
- name: Install the project
run: uv sync
- name: Test
Expand Down

0 comments on commit f72520d

Please sign in to comment.