diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 61fd6b2..2dfcda3 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -44,6 +44,7 @@ jobs: -DENABLE_EXAMPLES=ON \ -DENABLE_BEDROCK=ON \ -DENABLE_MPI=ON \ + -DENABLE_PYTHON=ON \ -DCMAKE_BUILD_TYPE=Debug make make test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8886278..9490430 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,6 +52,7 @@ jobs: -DENABLE_EXAMPLES=ON \ -DENABLE_BEDROCK=ON \ -DENABLE_MPI=ON \ + -DENABLE_PYTHON=ON \ -DCMAKE_BUILD_TYPE=RelWithDebInfo make make test