Skip to content

Commit

Permalink
Don't run valgrind tests on osx
Browse files Browse the repository at this point in the history
Remove another use of deprecated header
  • Loading branch information
langmm committed Sep 6, 2024
1 parent 61e9a77 commit a12d21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with-valgrind: true
- os: windows-latest
with-elf: true
- os: macos-latest
with-valgrind: true
- os: macos-latest
with-elf: true
- with-valgrind: true
Expand Down
1 change: 0 additions & 1 deletion src/drivers/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <sunmatrix/sunmatrix_dense.h>
#include <sunlinsol/sunlinsol_dense.h>
#include <sunnonlinsol/sunnonlinsol_newton.h>
#include <cvode/cvode_direct.h>
#include "drivers/CVodeMem.hpp"

using namespace ePhotosynthesis;
Expand Down

0 comments on commit a12d21f

Please sign in to comment.