Skip to content

Commit f6a2964

Browse files
committed
1 parent e012cdf commit f6a2964

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
- uses: actions/setup-python@v4
1515
with:
1616
python-version: ">=3.7"
17-
- uses: actions/cache@v3
18-
with:
19-
path: ~/.cache/pip
20-
key: pip-${{hashFiles('test/requirements*.txt')}}
17+
cache: pip
18+
cache-dependency-path: test/requirements*.txt
2119
- uses: actions/cache@v3
2220
with:
2321
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)