Skip to content

Commit cad9859

Browse files
committed
update integration tests workflow config
1 parent 93dba63 commit cad9859

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ jobs:
3838
integration-tests:
3939
runs-on: [self-hosted, gpu, db]
4040
steps:
41-
- name: Check openmpi installation
41+
- name: Export OpenMPI PATH
4242
run: |
43-
/opt/openmpi-4.1.5/bin/ompi_info
4443
export PATH=/opt/openmpi-4.1.5/bin:$PATH
4544
export LD_LIBRARY_PATH=/opt/openmpi-4.1.5/lib:$LD_LIBRARY_PATH
4645
ompi_info

0 commit comments

Comments
 (0)