File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 91
91
92
92
downstream_tests :
93
93
strategy :
94
+ fail-fast : false
94
95
matrix :
95
96
downstream_project : [loopy, grudge, pytential, pytato]
96
97
name : Tests for downstream project ${{ matrix.downstream_project }}
@@ -101,8 +102,13 @@ jobs:
101
102
env :
102
103
DOWNSTREAM_PROJECT : ${{ matrix.downstream_project }}
103
104
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
107
113
108
114
# vim: sw=4
You can’t perform that action at this time.
0 commit comments