From 0b954e3750f910a16fab1157adc9a04b309f6a8d Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Tue, 2 Aug 2022 10:23:55 +0300 Subject: [PATCH] point ci to modified downstreams --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85050a84..d53a37d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,9 +89,10 @@ jobs: . ./ci-support-v0 export PYTEST_ADDOPTS="-k 'not slowtest'" - - if [[ "$DOWNSTREAM_PROJECT" == "pytential" && "$GITHUB_HEAD_REF" == "rename-nterms" ]]; then - DOWNSTREAM_PROJECT=https://github.com/gaohao95/pytential.git@rename-nterms + + if [[ "$DOWNSTREAM_PROJECT" == "sumpy" && "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then + DOWNSTREAM_PROJECT=https://github.com/inducer/sumpy.git@towards-actx fi test_downstream "$DOWNSTREAM_PROJECT" + # vim: sw=4