Fix `save_cache` version in `config.yml` (#24419)

fix

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar 2023-06-22 16:18:16 +02:00 committed by GitHub
parent 3ce3385c47
commit 8f2ef52fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ jobs:
- run: pip install --upgrade pip
- run: pip install .[all,quality]
- save_cache:
key: v0.5-code_quality-{{ checksum "setup.py" }}
key: v0.6-code_quality-{{ checksum "setup.py" }}
paths:
- '~/.cache/pip'
- run:
@ -174,7 +174,7 @@ jobs:
- run: pip install --upgrade pip
- run: pip install .[all,quality]
- save_cache:
key: v0.5-repository_consistency-{{ checksum "setup.py" }}
key: v0.6-repository_consistency-{{ checksum "setup.py" }}
paths:
- '~/.cache/pip'
- run: