From 3df44a66ac57891d86821b0870fd2cb936b9a35e Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni Date: Thu, 5 May 2022 09:46:27 -0500 Subject: [PATCH] firedrake ci: update pyop2 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08464df17..b13b82386 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,6 +160,9 @@ jobs: cd /home/firedrake/firedrake/src/firedrake + # https://github.com/OP2/PyOP2/pull/663 + (cd ../PyOP2 && git pull https://github.com/OP2/PyOP2.git a33fedfccad017aa0d7b8479fe7c454ebec4265d) + # patch so exception messages get shown curl -L https://gist.githubusercontent.com/inducer/17d7134ace215f0df1f3627eac4195c7/raw/63edfaf2ec8bf06987896569a4f24264df490e9e/firedrake-debug-patch.diff | patch -p1 -- GitLab