Unverified Commit 8f2ef52f authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

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



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 3ce3385c
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment