From 0172cca8e8ac006b2e31d1d960ec36a32f2d5359 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 25 May 2023 12:42:43 -0500 Subject: [PATCH] Install pytest for Conda Examples Githhub CI job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9405eaa..e965b95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,7 @@ jobs: curl -L -O https://tiker.net/ci-support-v0 . ci-support-v0 build_py_project_in_conda_env + pip install pytest # for advection.py run_examples docs: -- GitLab