File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ jobs:
666666 run : |
667667 if [ "$RUNNER_OS" == "Linux" ]; then
668668 sudo apt update;
669- sudo apt install gfortran swig python3-setuptools gdb valgrind
669+ sudo apt install gfortran swig python3-setuptools valgrind
670670 elif [ "$RUNNER_OS" == "macOS" ]; then
671671 sudo brew install open-mpi || true
672672 else
@@ -704,7 +704,7 @@ jobs:
704704 - name : Test gwb normal and valgrind
705705 working-directory : ${{github.workspace}}/build
706706 shell : bash
707- run : ctest -VV -C ${{ matrix.build_type }} -E _no_coordinates_gdb
707+ run : ctest -VV -C ${{ matrix.build_type }} -E _no_coordinates_valgrind
708708
709709 linux-gdb :
710710 needs : [test_indentation]
@@ -723,7 +723,7 @@ jobs:
723723 run : |
724724 if [ "$RUNNER_OS" == "Linux" ]; then
725725 sudo apt update;
726- sudo apt install gfortran swig python3-setuptools gdb valgrind
726+ sudo apt install gfortran swig python3-setuptools gdb
727727 elif [ "$RUNNER_OS" == "macOS" ]; then
728728 sudo brew install open-mpi || true
729729 else
You can’t perform that action at this time.
0 commit comments