Skip to content

Commit

Permalink
add job dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx committed Apr 24, 2024
1 parent ff76321 commit 1d68d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
opt_level: avx512
linux-x86_64-GPU-cmake:
#needs: linux-x86_64-AVX2-cmake
needs: linux-x86_64-AVX2-cmake
runs-on: 4-core-ubuntu-gpu-t4
steps:
- name: Checkout
Expand All @@ -63,7 +63,7 @@ jobs:
with:
gpu: ON
linux-x86_64-GPU-w-RAFT-cmake:
#needs: linux-x86_64-GPU-cmake
needs: linux-x86_64-GPU-cmake
runs-on: 4-core-ubuntu-gpu-t4
steps:
- name: Checkout
Expand Down

0 comments on commit 1d68d9b

Please sign in to comment.