mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 18:04:32 +02:00
Update GitHub Actions workflow cache configuration
This commit is contained in:
parent
076c1a0aa2
commit
dfb2dbe967
5 changed files with 12 additions and 36 deletions
9
.github/workflows/test-coverage.yml
vendored
9
.github/workflows/test-coverage.yml
vendored
|
|
@ -17,13 +17,8 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- uses: actions/cache@v4
|
||||
name: Configure pip caching
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
cache: pip
|
||||
cache-dependency-path: setup.py
|
||||
- name: Install SpatiaLite
|
||||
run: sudo apt-get install libsqlite3-mod-spatialite
|
||||
- name: Install Python dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue