Skip to content

Commit 55b3db0

Browse files
committed
fixup
1 parent f279cea commit 55b3db0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)