Skip to content

Commit 736b912

Browse files
committed
chore(ci): simplify cache key in GitHub Actions workflow
- Replace complex cache key with simple 'cache' identifier
1 parent 33d105b commit 736b912

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ jobs:
7272
.ruff_cache
7373
.pytest_cache
7474
.mypy_cache
75-
key: ${{ runner.os }}-py${{ matrix.python-version }}-ruff-pytest-mypy-${{ hashFiles('pyproject.toml') }}
76-
restore-keys: |
77-
${{ runner.os }}-py${{ matrix.python-version }}-ruff-pytest-mypy-
75+
key: cache
7876

7977
- name: Install the project
8078
env:

0 commit comments

Comments
 (0)