From 1afaf88ca4eefbd5471dd46649926ebcbe2c54e0 Mon Sep 17 00:00:00 2001 From: Matthias Diener <matthias.diener@gmail.com> Date: Mon, 15 Mar 2021 17:47:44 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f336959..0068af33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,12 +68,7 @@ jobs: downstream_tests: strategy: matrix: - # Reinstate when - # https://github.com/illinois-ceesd/mirgecom/issues/212 - # is fixed: - # downstream_project: [meshmode, pytential, pytato, mirgecom] - - downstream_project: [meshmode, pytential, pytato] + downstream_project: [mirgecom] name: Tests for downstream project ${{ matrix.downstream_project }} runs-on: ubuntu-latest steps: -- GitLab