Skip to content

Commit 939f140

Browse files
committed
point ci to modified downstreams
1 parent d40443a commit 939f140

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.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 [[ "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then
94+
DOWNSTREAM_PROJECT=https://github.com/alexfikl/${DOWNSTREAM_PROJECT}.git@towards-array-context
9595
fi
9696
test_downstream "$DOWNSTREAM_PROJECT"
97+
9798
# vim: sw=4

0 commit comments

Comments
 (0)