Skip to content

Commit cbc2ea9

Browse files
fix ci v2
1 parent facc707 commit cbc2ea9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ jobs:
2020
python-version: '3.10'
2121
cache: 'pip' # speeds up installs
2222

23-
- name: Cache _data directory
24-
uses: actions/cache@v4
25-
with:
26-
path: _data
27-
key: scape-data-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
28-
restore-keys: |
29-
scape-data-${{ runner.os }}-
30-
3123
- name: Install package
3224
run: |
3325
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)