Skip to content

Commit

Permalink
enabled python in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jun 10, 2024
1 parent 523802c commit 7d7e95c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
-DENABLE_EXAMPLES=ON \
-DENABLE_BEDROCK=ON \
-DENABLE_MPI=ON \
-DENABLE_PYTHON=ON \
-DCMAKE_BUILD_TYPE=Debug
make
make test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
-DENABLE_EXAMPLES=ON \
-DENABLE_BEDROCK=ON \
-DENABLE_MPI=ON \
-DENABLE_PYTHON=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
make
make test
Expand Down

0 comments on commit 7d7e95c

Please sign in to comment.