Skip to content

Commit e6ce7b9

Browse files
committed
point ci to modified downstreams
1 parent cb9f3a6 commit e6ce7b9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ jobs:
8989
. ./ci-support-v0
9090
9191
export PYTEST_ADDOPTS="-k 'not slowtest'"
92-
93-
if [[ "$DOWNSTREAM_PROJECT" == "pytential" && "$GITHUB_HEAD_REF" == "rename-nterms" ]]; then
94-
DOWNSTREAM_PROJECT=https://github.com/gaohao95/pytential.git@rename-nterms
92+
93+
if [[ "$DOWNSTREAM_PROJECT" == "sumpy" && "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then
94+
DOWNSTREAM_PROJECT=https://github.com/inducer/sumpy.git@towards-actx
9595
fi
9696
test_downstream "$DOWNSTREAM_PROJECT"
97+
9798
# vim: sw=4

0 commit comments

Comments
 (0)