Skip to content

Commit b254bc4

Browse files
committed
point ci to modified downstreams
1 parent 6bd1f7f commit b254bc4

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ 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
95-
fi
96-
test_downstream "$DOWNSTREAM_PROJECT"
92+
93+
# if [[ "$DOWNSTREAM_PROJECT" == "sumpy" && "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then
94+
# DOWNSTREAM_PROJECT=https://github.com/alexfikl/sumpy.git@towards-array-context
95+
# fi
96+
# test_downstream "$DOWNSTREAM_PROJECT"
97+
test_downstream "https://github.com/alexfikl/${DOWNSTREAM_PROJECT}.git@towards-array-context"
98+
9799
# vim: sw=4

0 commit comments

Comments
 (0)