From 616ed3d290ef121bd312a68e6e4900b63e9dfd6c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 20 Dec 2020 13:46:49 -0600 Subject: [PATCH] Force-reinstall pytools for firedrake tests --- .ci/install-for-firedrake.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci/install-for-firedrake.sh b/.ci/install-for-firedrake.sh index 3be82c65..67573cf9 100644 --- a/.ci/install-for-firedrake.sh +++ b/.ci/install-for-firedrake.sh @@ -20,4 +20,8 @@ pip install pytest pip install -r /tmp/myreq.txt pip install --force-reinstall git+https://github.com/inducer/loopy.git@firedrake-usable_for_potentials + +# Context: https://github.com/OP2/PyOP2/pull/605 +python -m pip install --force-reinstall git+https://github.com/inducer/pytools.git + pip install . -- GitLab