Skip to content

Commit d987004

Browse files
committed
point ci to changed branches
1 parent 36b5e68 commit d987004

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,13 @@ jobs:
101101
env:
102102
DOWNSTREAM_PROJECT: ${{ matrix.downstream_project }}
103103
run: |
104-
curl -L -O https://tiker.net/ci-support-v0
105-
. ./ci-support-v0
106-
test_downstream "$DOWNSTREAM_PROJECT"
104+
curl -L -O https://raw.githubusercontent.com/alexfikl/ci-support/extend-downstream/ci-support.sh
105+
. ./ci-support.sh
106+
107+
if [[ "$DOWNSTREAM_PROJECT" == "loopy" || "$DOWNSTREAM_PROJECT" == "pytential" ]]; then
108+
test_downstream "https://github.com/alexfikl/$DOWNSTREAM_PROJECT.git@equality-mapper"
109+
else
110+
test_downstream "$DOWNSTREAM_PROJECT"
111+
fi
107112
108113
# vim: sw=4

0 commit comments

Comments
 (0)