Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
8f2ef52f
Unverified
Commit
8f2ef52f
authored
Jun 22, 2023
by
Yih-Dar
Committed by
GitHub
Jun 22, 2023
Browse files
Fix `save_cache` version in `config.yml` (#24419)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
3ce3385c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.circleci/config.yml
.circleci/config.yml
+2
-2
No files found.
.circleci/config.yml
View file @
8f2ef52f
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment