We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142b629 commit 385d56bCopy full SHA for 385d56b
.github/workflows/code-check.yml
@@ -33,10 +33,10 @@ jobs:
33
uses: astral-sh/setup-uv@v7
34
with:
35
enable-cache: true
36
+ cache-suffix: ${{ matrix.python-version }}
37
version: "latest"
38
python-version: ${{ matrix.python-version }}
39
- name: Install Dependencies
- if: steps.setup-uv.outputs.cache-hit != 'true'
40
run: uv sync --all-extras
41
- name: Run tests
42
run: uv run pytest
0 commit comments