File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 61
61
with :
62
62
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
63
63
path : downstream
64
+ - name : Checkout SII branch if SciMLSensitivity
65
+ if : " contains(${{ matrix.package.repo }}, 'SciMLSensitivity.jl')"
66
+ run : git checkout dg/ss
64
67
- name : Load this and run the downstream tests
65
68
shell : julia --color=yes --project=downstream {0}
66
69
run : |
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ using SafeTestsets
3
3
using Test
4
4
using SciMLBase
5
5
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
-
10
6
# https://github.com/JuliaArrays/FillArrays.jl/pull/163
11
7
@test_broken isempty (detect_ambiguities (SciMLBase))
12
8
You can’t perform that action at this time.
0 commit comments