Skip to content

Commit

Permalink
point ci to modified downstreams
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Sep 7, 2022
1 parent 6bd1f7f commit b254bc4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b254bc4

Please sign in to comment.