Skip to content

Commit 504c9ad

Browse files
committed
make the pytest job depend on the build artifact job in the resuable workflow
1 parent 286c91e commit 504c9ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest_cpu_reuse.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: ./.github/workflows/build_artifacts.yml
2121

2222
run_pytest:
23+
needs: build_jaxlib_artifacts
2324
continue-on-error: true
2425
defaults:
2526
run:

0 commit comments

Comments
 (0)