Skip to content

Commit 966d3af

Browse files
committed
Remove valgrind dependency for macos
1 parent 47c2948 commit 966d3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if [ "${{ runner.os }}" == "Linux" ]; then
3232
sudo apt-get update && sudo apt-get install -y libomp-dev build-essential gcc gfortran make valgrind
3333
elif [ "${{ runner.os }}" == "macOS" ]; then
34-
brew install libomp && brew install argp-standalone && brew install valgrind && brew install gfortran
34+
brew install libomp && brew install argp-standalone && brew install gfortran
3535
fi
3636
3737
- name: Install Python Dependencies

0 commit comments

Comments
 (0)