Skip to content
Merged
Changes from all commits
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
10 changes: 5 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run: uv pip install --system -e .[dev]

- id: cache-pytest
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: .pytest_cache
key: ${{ runner.os }}-pytest-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- run: uv pip install --system -e .[dev]

- id: cache-ruff
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: .ruff_cache
key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- run: uv pip install --system -e .[dev]

- id: cache-ruff
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: .ruff_cache
key: ${{ runner.os }}-ruff-3.13-${{ hashFiles('pyproject.toml') }}
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
- run: uv pip install --system -e .[dev]

- id: cache-mypy
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: .mypy_cache
key: ${{ runner.os }}-mypy-3.13-${{ hashFiles('pyproject.toml') }}
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
- run: uv pip install --system -e .[dev]

- id: cache-pre-commit
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: .pre-commit-cache
key: ${{ runner.os }}-pre-commit-3.13
Expand Down
Loading