File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments