Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "how fast are we without caching?"
This reverts commit 4b5f47a.
  • Loading branch information
maurycy committed Oct 25, 2025
commit 60b981242c846917f0dce6c54a393a3987b9eb25
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
uses: astral-sh/setup-uv@v7
with:
version: "0.9.5"
enable-cache: true
cache-suffix: ${{ runner.os }}-${{ matrix.python }}-${{ matrix.build != '' && matrix.build || 'default' }}
- name: Install
shell: bash
Expand Down
Loading