From 40b9235e510b405864ba970f5fb5f136077aebcf Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Tue, 26 Mar 2024 11:31:55 +0200 Subject: [PATCH] ci: build meshgen11_dealii --- .github/workflows/ci.yml | 17 +++++++++++++++++ .test-conda-env-py3-macos.yml | 3 ++- .test-conda-env-py3.yml | 3 ++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aa4337..277915c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,10 @@ jobs: . ci-support-v0 build_py_project_in_conda_env + pushd contrib/meshgen11_dealii + bash build.sh + popd + test_py_project pytest_mac: @@ -66,6 +70,10 @@ jobs: . ci-support-v0 build_py_project_in_conda_env + pushd contrib/meshgen11_dealii + bash build.sh + popd + test_py_project docs: @@ -84,6 +92,10 @@ jobs: . ci-support-v0 build_py_project_in_conda_env + pushd contrib/meshgen11_dealii + bash build.sh + popd + build_docs examples: @@ -100,7 +112,12 @@ jobs: curl -L -O https://tiker.net/ci-support-v0 . ci-support-v0 + build_py_project_in_conda_env + pushd contrib/meshgen11_dealii + bash build.sh + popd + run_examples # vim: sw=2 diff --git a/.test-conda-env-py3-macos.yml b/.test-conda-env-py3-macos.yml index be59aaa..654d448 100644 --- a/.test-conda-env-py3-macos.yml +++ b/.test-conda-env-py3-macos.yml @@ -21,6 +21,7 @@ dependencies: - pluggy - pocl - py + - pybind11 - pyevtk - pyfmmlib - pyopencl @@ -28,7 +29,7 @@ dependencies: - pytest - pytest-cov - python-symengine - - python>=3.8 + - python=3 - pyvkfft - scipy - symengine diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index 7004f94..21a39f1 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -20,6 +20,7 @@ dependencies: - pluggy - pocl - py + - pybind11 - pyevtk - pyfmmlib - pyopencl @@ -27,7 +28,7 @@ dependencies: - pytest - pytest-cov - python-symengine - - python>=3.8 + - python=3 - pyvkfft - scipy - symengine