Skip to content

Commit

Permalink
More issues being fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
reverendbedford committed Oct 30, 2024
1 parent fbf4959 commit 42c713c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
submodules: recursive
- run: brew update
- run: brew install cmake openblas superlu 1>/dev/null || true
- run: brew install cmake openblas superlu
- uses: actions/setup-python@v4
with:
python-version: '3.11'
Expand All @@ -62,8 +62,9 @@ jobs:
with:
submodules: recursive
- run: brew update
- run: brew install cmake openblas superlu gfortran valgrind 1>/dev/null || true
- run: brew install cmake openblas superlu gfortran valgrind
- run: brew reinstall gcc
- run: echo `which gfortran`
- run: cmake -D CMAKE_CXX_COMPILER=/usr/bin/g++ -D CMAKE_C_COMPILER=/usr/bin/gcc -D CMAKE_Fortran_COMPILER=/usr/local/bin/gfortran -D CMAKE_BUILD_TYPE=${{ matrix.btype }} -D USE_OPENMP=OFF -D BUILD_UTILS=ON .
- run: make -j 2
- run: test/drivers/test_drivers.sh
Expand Down

0 comments on commit 42c713c

Please sign in to comment.