We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d14157 commit 67a2c3dCopy full SHA for 67a2c3d
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: astral-sh/setup-uv@v7
24
with:
25
python-version: ${{ matrix.python-version }}
26
+ enable-cache: true
27
- name: Install the project
28
run: uv sync --locked --all-extras --group test
29
- name: Run tests
0 commit comments