Skip to content

Commit bdd7732

Browse files
authored
Update ci.yml
1 parent 98c00e0 commit bdd7732

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,11 @@ jobs:
7070
run: |
7171
module use /opt/nvidia/hpc_sdk/modulefiles/
7272
module load nvhpc/22.11
73-
export PATH=$PATH:"/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin"
7473
/bin/bash mfc.sh build -j $(nproc)
7574
7675
- name: Test Suite
7776
run: |
7877
module use /opt/nvidia/hpc_sdk/modulefiles/
7978
module load nvhpc/22.11
80-
export PATH=$PATH:"/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin"
8179
/bin/bash mfc.sh test -j $(nproc)
8280

0 commit comments

Comments
 (0)