Skip to content

Commit

Permalink
enable gpu_nvidia spack ci
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ragghianti committed Apr 23, 2024
1 parent 0668cb5 commit a07e830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ echo SPEC=$SPEC

if [ "${bstage}" = "deps" ]; then
spack spec $SPEC
spack install --only=dependencies $SPEC
spack install --only=dependencies --fail-fast $SPEC
elif [ "${bstage}" = "build" ]; then
spack dev-build -i $SPEC
elif [ "${bstage}" = "test" ]; then
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
timeout-minutes: 360
strategy:
matrix:
# device: [gpu_nvidia, gpu_amd, gpu_intel, cpu]
device: [cpu]
device: [gpu_nvidia, cpu]
fail-fast: false
runs-on: ${{ matrix.device }}
steps:
Expand Down

0 comments on commit a07e830

Please sign in to comment.