From 7d7e95c0152eeff8610c94af1855717f9b4bf921 Mon Sep 17 00:00:00 2001 From: Matthieu Dorier Date: Mon, 10 Jun 2024 13:49:14 +0100 Subject: [PATCH] enabled python in github workflows --- .github/workflows/codecov.yml | 1 + .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+) 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