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 31275d4 commit da3e02bCopy full SHA for da3e02b
.github/workflows/Downstream.yml
@@ -16,7 +16,9 @@ jobs:
16
julia-version: [1,1.6]
17
os: [ubuntu-latest]
18
package:
19
- - {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceII}
+ - {user: SciML, repo: SciMLBase.jl, group: InterfaceII}
20
+ - {user: SciML, repo: DiffEqBase.jl, group: InterfaceII}
21
+ - {user: SciML, repo: LinearSolve.jl, group: InterfaceII}
22
23
steps:
24
- uses: actions/checkout@v2
0 commit comments