Skip to content

Commit

Permalink
Remove install check in Autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Nov 4, 2024
1 parent 0b47081 commit bf32b7b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/nvhpc-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,3 @@ jobs:
export PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/24.9/comm_libs/openmpi4/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/24.9/compilers/bin:$PATH
make install
working-directory: ${{ runner.workspace }}/build


- name: Autotools Verify Install
run: |
export PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/24.9/comm_libs/openmpi4/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/24.9/compilers/bin:$PATH
make check-install
working-directory: ${{ runner.workspace }}/build

0 comments on commit bf32b7b

Please sign in to comment.