From 377289ccaf876b1716bb0bc503ea2e7d762f0fb7 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 9 Jan 2025 15:40:44 -0600 Subject: [PATCH] Gitlab CI: install arraycontext --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57a13e048..75082e946 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,7 @@ Mypy: script: | curl -L -O https://tiker.net/ci-support-v0 . ./ci-support-v0 + export EXTRA_INSTALL="git+https://github.com/inducer/arraycontext" build_py_project_in_venv python -m pip install mypy mpi4py ./run-mypy.sh