Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
95ab0677
Commit
95ab0677
authored
Mar 09, 2021
by
Lysandre
Browse files
Update cache version for github actions
parent
9a06b6b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+4
-4
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+4
-4
No files found.
.github/workflows/self-push.yml
View file @
95ab0677
...
...
@@ -38,7 +38,7 @@ jobs:
id
:
cache
with
:
path
:
.env
key
:
v1.
1
-tests_torch_gpu-${{ hashFiles('setup.py') }}
key
:
v1.
2
-tests_torch_gpu-${{ hashFiles('setup.py') }}
-
name
:
Create new python env (on self-hosted runners we have to handle isolation ourselves)
run
:
|
...
...
@@ -112,7 +112,7 @@ jobs:
id
:
cache
with
:
path
:
.env
key
:
v1.
1
-tests_tf_gpu-${{ hashFiles('setup.py') }}
key
:
v1.
2
-tests_tf_gpu-${{ hashFiles('setup.py') }}
-
name
:
Create new python env (on self-hosted runners we have to handle isolation ourselves)
run
:
|
...
...
@@ -185,7 +185,7 @@ jobs:
id
:
cache
with
:
path
:
.env
key
:
v1.
1
-tests_torch_multi_gpu-${{ hashFiles('setup.py') }}
key
:
v1.
2
-tests_torch_multi_gpu-${{ hashFiles('setup.py') }}
-
name
:
Create new python env (on self-hosted runners we have to handle isolation ourselves)
run
:
|
...
...
@@ -248,7 +248,7 @@ jobs:
id
:
cache
with
:
path
:
.env
key
:
v1.
1
-tests_tf_multi_gpu-${{ hashFiles('setup.py') }}
key
:
v1.
2
-tests_tf_multi_gpu-${{ hashFiles('setup.py') }}
-
name
:
Create new python env (on self-hosted runners we have to handle isolation ourselves)
run
:
|
...
...
.github/workflows/self-scheduled.yml
View file @
95ab0677
...
...
@@ -24,7 +24,7 @@ jobs:
id
:
cache
with
:
path
:
.env
key
:
v 1.
1
-slow_tests_torch_gpu-${{ hashFiles('setup.py') }}
key
:
v 1.
2
-slow_tests_torch_gpu-${{ hashFiles('setup.py') }}
-
name
:
Python version
run
:
|
...
...
@@ -122,7 +122,7 @@ jobs:
id
:
cache
with
:
path
:
.env
key
:
v1.
1
-slow_tests_tf_gpu-${{ hashFiles('setup.py') }}
key
:
v1.
2
-slow_tests_tf_gpu-${{ hashFiles('setup.py') }}
-
name
:
Python version
run
:
|
...
...
@@ -206,7 +206,7 @@ jobs:
id
:
cache
with
:
path
:
.env
key
:
v1.
1
-slow_tests_torch_multi_gpu-${{ hashFiles('setup.py') }}
key
:
v1.
2
-slow_tests_torch_multi_gpu-${{ hashFiles('setup.py') }}
-
name
:
Python version
run
:
|
...
...
@@ -305,7 +305,7 @@ jobs:
id
:
cache
with
:
path
:
.env
key
:
v1.
1
-slow_tests_tf_multi_gpu-${{ hashFiles('setup.py') }}
key
:
v1.
2
-slow_tests_tf_multi_gpu-${{ hashFiles('setup.py') }}
-
name
:
Python version
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