From b254bc48b8a24bbf3c5043d34da47a07ded5cb16 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 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85050a84..22139199 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,9 +89,11 @@ 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 - fi - test_downstream "$DOWNSTREAM_PROJECT" + + # if [[ "$DOWNSTREAM_PROJECT" == "sumpy" && "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then + # DOWNSTREAM_PROJECT=https://github.com/alexfikl/sumpy.git@towards-array-context + # fi + # test_downstream "$DOWNSTREAM_PROJECT" + test_downstream "https://github.com/alexfikl/${DOWNSTREAM_PROJECT}.git@towards-array-context" + # vim: sw=4