Commit 95ab0677 authored by Lysandre's avatar Lysandre
Browse files

Update cache version for github actions

parent 9a06b6b1
...@@ -38,7 +38,7 @@ jobs: ...@@ -38,7 +38,7 @@ jobs:
id: cache id: cache
with: with:
path: .env 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) - name: Create new python env (on self-hosted runners we have to handle isolation ourselves)
run: | run: |
...@@ -112,7 +112,7 @@ jobs: ...@@ -112,7 +112,7 @@ jobs:
id: cache id: cache
with: with:
path: .env 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) - name: Create new python env (on self-hosted runners we have to handle isolation ourselves)
run: | run: |
...@@ -185,7 +185,7 @@ jobs: ...@@ -185,7 +185,7 @@ jobs:
id: cache id: cache
with: with:
path: .env 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) - name: Create new python env (on self-hosted runners we have to handle isolation ourselves)
run: | run: |
...@@ -248,7 +248,7 @@ jobs: ...@@ -248,7 +248,7 @@ jobs:
id: cache id: cache
with: with:
path: .env 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) - name: Create new python env (on self-hosted runners we have to handle isolation ourselves)
run: | run: |
......
...@@ -24,7 +24,7 @@ jobs: ...@@ -24,7 +24,7 @@ jobs:
id: cache id: cache
with: with:
path: .env 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 - name: Python version
run: | run: |
...@@ -122,7 +122,7 @@ jobs: ...@@ -122,7 +122,7 @@ jobs:
id: cache id: cache
with: with:
path: .env 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 - name: Python version
run: | run: |
...@@ -206,7 +206,7 @@ jobs: ...@@ -206,7 +206,7 @@ jobs:
id: cache id: cache
with: with:
path: .env 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 - name: Python version
run: | run: |
...@@ -305,7 +305,7 @@ jobs: ...@@ -305,7 +305,7 @@ jobs:
id: cache id: cache
with: with:
path: .env 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 - name: Python version
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