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 29, 2022
1 parent 39fb97d commit 0285ae3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@ 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
if [[ "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then
DOWNSTREAM_PROJECT=https://github.com/alexfikl/${DOWNSTREAM_PROJECT}.git@towards-array-context
fi
test_downstream "$DOWNSTREAM_PROJECT"
# vim: sw=4

0 comments on commit 0285ae3

Please sign in to comment.