Skip to content
Snippets Groups Projects
Unverified Commit 01080e18 authored by Matthias Diener's avatar Matthias Diener Committed by GitHub
Browse files

test mirgecom examples in CI (#221)

* also test mirgecom examples in CI

* reorder

* also test production

* remove production test (won't work without emirge)

* only test examples for mirgecom
parent fcf5e295
No related branches found
No related tags found
No related merge requests found
Pipeline #270279 passed
......@@ -130,6 +130,14 @@ jobs:
sed -i "/mpi4py/ d" requirements.txt
fi
build_py_project_in_conda_env
test_py_project
if test "$DOWNSTREAM_PROJECT" = "mirgecom"; then
# Test main branch
# Only test examples, not pytest tests, as those take too much time.
examples/run_examples.sh ./examples
else
test_py_project
fi
# vim: sw=4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment