"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "10591399d649d4206ff3ea34fb57e1432bc851d4"
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: ...@@ -141,7 +141,7 @@ jobs:
- run: pip install --upgrade pip - run: pip install --upgrade pip
- run: pip install .[all,quality] - run: pip install .[all,quality]
- save_cache: - save_cache:
key: v0.5-code_quality-{{ checksum "setup.py" }} key: v0.6-code_quality-{{ checksum "setup.py" }}
paths: paths:
- '~/.cache/pip' - '~/.cache/pip'
- run: - run:
...@@ -174,7 +174,7 @@ jobs: ...@@ -174,7 +174,7 @@ jobs:
- run: pip install --upgrade pip - run: pip install --upgrade pip
- run: pip install .[all,quality] - run: pip install .[all,quality]
- save_cache: - save_cache:
key: v0.5-repository_consistency-{{ checksum "setup.py" }} key: v0.6-repository_consistency-{{ checksum "setup.py" }}
paths: paths:
- '~/.cache/pip' - '~/.cache/pip'
- run: - 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