We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ff64a commit 2038873Copy full SHA for 2038873
.github/workflows/ci.yml
@@ -91,6 +91,7 @@ jobs:
91
92
downstream_tests:
93
strategy:
94
+ fail-fast: false
95
matrix:
96
downstream_project: [loopy, grudge, pytential, pytato]
97
name: Tests for downstream project ${{ matrix.downstream_project }}
@@ -103,6 +104,7 @@ jobs:
103
104
run: |
105
curl -L -O https://tiker.net/ci-support-v0
106
. ./ci-support-v0
- test_downstream "$DOWNSTREAM_PROJECT"
107
+
108
+ test_downstream "https://github.com/alexfikl/$DOWNSTREAM_PROJECT.git@equality-mapper"
109
110
# vim: sw=4
0 commit comments