Skip to content

Commit 3a23d04

Browse files
committed
fix yml typos
1 parent 40c31f5 commit 3a23d04

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-suites.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Job 1: nCompile and specific operator tests
6161
test-nCompile:
6262
runs-on: ubuntu-latest
63-
needs: install_cache
63+
needs: install-cache
6464
if: github.event.inputs.run_cache_only == 'no'
6565
name: nCompile and specific operator tests
6666

@@ -89,7 +89,7 @@ jobs:
8989
# Job 2: nClass, types and serialization tests
9090
test-nClass:
9191
runs-on: ubuntu-latest
92-
needs: install_cache
92+
needs: install-cache
9393
if: github.event.inputs.run_cache_only == 'no'
9494
name: nClass, types and serialization tests
9595

@@ -117,7 +117,7 @@ jobs:
117117
# Job 3: Math tests
118118
test-math:
119119
runs-on: ubuntu-latest
120-
needs: install_cache
120+
needs: install-cache
121121
if: github.event.inputs.run_cache_only == 'no'
122122
name: Math Tests
123123

@@ -143,7 +143,7 @@ jobs:
143143
# Job 4: tensorOps
144144
test-tensorOps:
145145
runs-on: ubuntu-latest
146-
needs: install_cache
146+
needs: install-cache
147147
if: github.event.inputs.run_cache_only == 'no'
148148
name: TensorOps Tests
149149

0 commit comments

Comments
 (0)