We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent facc707 commit cbc2ea9Copy full SHA for cbc2ea9
1 file changed
.github/workflows/test.yml
@@ -20,14 +20,6 @@ jobs:
20
python-version: '3.10'
21
cache: 'pip' # speeds up installs
22
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
-
31
- name: Install package
32
run: |
33
python -m pip install --upgrade pip
0 commit comments