Skip to content

Commit 730aeba

Browse files
committed
Remove restore-keys because we don't want to match other keys.
1 parent a06da3a commit 730aeba

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

.github/workflows/build-linux-debug.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ jobs:
6767
with:
6868
path: /github/home/install
6969
key: ${{ runner.os }}-deps-debug-${{ hashFiles('.github/workflows/gha_deps.sh', 'install_shapeworks.sh', 'python_requirements.txt', 'build_dependencies.sh') }}
70-
restore-keys: |
71-
${{ runner.os }}-deps-
7270

7371
- name: Check space3.5
7472
run: df -h

.github/workflows/build-linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ jobs:
6565
with:
6666
path: /github/home/install
6767
key: ${{ runner.os }}-deps-${{ hashFiles('.github/workflows/gha_deps.sh', 'install_shapeworks.sh', 'python_requirements.txt', 'build_dependencies.sh') }}
68-
restore-keys: |
69-
${{ runner.os }}-deps-
7068

7169
- name: try import vtk
7270
shell: bash -l {0}

.github/workflows/build-mac-arm64.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
with:
5757
path: /Users/runner/install
5858
key: ${{ runner.os }}-arm64-deps-${{ hashFiles('.github/workflows/gha_deps.sh', 'install_shapeworks.sh', 'python_requirements.txt', 'build_dependencies.sh') }}
59-
restore-keys: |
60-
${{ runner.os }}-deps-
6159

6260
- name: Build Dependencies
6361
if: steps.cache-deps-restore.outputs.cache-hit != 'true'

.github/workflows/build-mac.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
with:
5858
path: /Users/runner/install
5959
key: ${{ runner.os }}-intel-deps-${{ hashFiles('.github/workflows/gha_deps.sh', 'install_shapeworks.sh', 'python_requirements.txt', 'build_dependencies.sh') }}
60-
restore-keys: |
61-
${{ runner.os }}-deps-
6260

6361
- name: Build Dependencies
6462
shell: bash -l {0}

.github/workflows/build-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
with:
9494
path: C:\deps
9595
key: ${{ runner.os }}-deps-${{ hashFiles('.github/workflows/gha_deps.sh', 'install_shapeworks.sh', 'python_requirements.txt', 'build_dependencies.sh') }}
96-
restore-keys: |
97-
${{ runner.os }}-deps-
9896

9997
- name: Build Dependencies
10098
if: steps.cache-deps-restore.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)