We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9f3a6 commit e6ce7b9Copy full SHA for e6ce7b9
.github/workflows/ci.yml
@@ -89,9 +89,10 @@ jobs:
89
. ./ci-support-v0
90
91
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
+
+ if [[ "$DOWNSTREAM_PROJECT" == "sumpy" && "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then
+ DOWNSTREAM_PROJECT=https://github.com/inducer/sumpy.git@towards-actx
95
fi
96
test_downstream "$DOWNSTREAM_PROJECT"
97
98
# vim: sw=4
0 commit comments