We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c2948 commit 966d3afCopy full SHA for 966d3af
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
if [ "${{ runner.os }}" == "Linux" ]; then
32
sudo apt-get update && sudo apt-get install -y libomp-dev build-essential gcc gfortran make valgrind
33
elif [ "${{ runner.os }}" == "macOS" ]; then
34
- brew install libomp && brew install argp-standalone && brew install valgrind && brew install gfortran
+ brew install libomp && brew install argp-standalone && brew install gfortran
35
fi
36
37
- name: Install Python Dependencies
0 commit comments