From d748b3af2b8ac60cb40920e74823f13ac6bf02e5 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 17 Sep 2023 00:41:58 -0500
Subject: [PATCH] Drop grudge downstream

Symbolic processing in grudge has not been a thing for a while.
---
 .github/workflows/ci.yml | 2 +-
 .gitlab-ci.yml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index da6cc9a..1524678 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
     downstream_tests:
         strategy:
             matrix:
-                downstream_project: [loopy, grudge, pytential, pytato]
+                downstream_project: [loopy, pytential, pytato]
             fail-fast: false
         name: Tests for downstream project ${{ matrix.downstream_project }}
         runs-on: ubuntu-latest
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 97fd331..6d9b257 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,7 +77,7 @@ Flake8:
 Downstream:
   parallel:
     matrix:
-    - DOWNSTREAM_PROJECT: [loopy, grudge, pytential, pytato]
+    - DOWNSTREAM_PROJECT: [loopy, pytential, pytato]
   tags:
   - large-node
   - "docker-runner"
-- 
GitLab