From 1f4514547433f0423dcf45c1963aeaa6e1155640 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 4 May 2022 00:09:16 -0500 Subject: [PATCH] Firedrake downstream CI: drop long-applied PyOP2 patch --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ebaf5863..d53214076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,9 +158,6 @@ jobs: cd /home/firedrake/firedrake/src/firedrake - # https://github.com/OP2/PyOP2/pull/627 - (cd ../PyOP2 && git pull https://github.com/OP2/PyOP2.git e56d26f219e962cf9423fc84406a8a0656eb364f) - # patch so exception messages get shown curl -L https://gist.githubusercontent.com/inducer/17d7134ace215f0df1f3627eac4195c7/raw/63edfaf2ec8bf06987896569a4f24264df490e9e/firedrake-debug-patch.diff | patch -p1 -- GitLab