Skip to content

Commit f68cb05

Browse files
ci(SciMLSensitivity): checkout SII branch
1 parent 2474a8d commit f68cb05

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/Downstream.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
with:
6262
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
6363
path: downstream
64+
- name: Checkout SII branch if SciMLSensitivity
65+
if: "contains(${{ matrix.package.repo }}, 'SciMLSensitivity.jl')"
66+
run: git checkout dg/ss
6467
- name: Load this and run the downstream tests
6568
shell: julia --color=yes --project=downstream {0}
6669
run: |

test/runtests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ using SafeTestsets
33
using Test
44
using SciMLBase
55

6-
# test with a different SciMLSensitivity branch to see full list of
7-
# failures
8-
Pkg.add(url = "https://github.com/SciML/SciMLSensitivity.jl", rev = "dg/ss")
9-
106
# https://github.com/JuliaArrays/FillArrays.jl/pull/163
117
@test_broken isempty(detect_ambiguities(SciMLBase))
128

0 commit comments

Comments
 (0)