File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 9191
9292 downstream_tests :
9393 strategy :
94+ fail-fast : false
9495 matrix :
9596 downstream_project : [loopy, grudge, pytential, pytato]
9697 name : Tests for downstream project ${{ matrix.downstream_project }}
@@ -101,8 +102,13 @@ jobs:
101102 env :
102103 DOWNSTREAM_PROJECT : ${{ matrix.downstream_project }}
103104 run : |
104- curl -L -O https://tiker.net/ci-support-v0
105- . ./ci-support-v0
106- test_downstream "$DOWNSTREAM_PROJECT"
105+ curl -L -O https://raw.githubusercontent.com/alexfikl/ci-support/extend-downstream/ci-support.sh
106+ . ./ci-support.sh
107+
108+ if [[ "$DOWNSTREAM_PROJECT" == "loopy" || "$DOWNSTREAM_PROJECT" == "pytential" ]]; then
109+ test_downstream "https://github.com/alexfikl/$DOWNSTREAM_PROJECT.git@equality-mapper"
110+ else
111+ test_downstream "$DOWNSTREAM_PROJECT"
112+ fi
107113
108114# vim: sw=4
You can’t perform that action at this time.
0 commit comments