Skip to content

Commit f43ec8c

Browse files
committed
Fix DataDrivenDiffEq.jl downstream test
"Standard" group no longer exists in DataDrivenDiffEq.jl, "Core" looks like a good replacement.
1 parent 52b62f1 commit f43ec8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- {user: SciML, repo: ModelingToolkit.jl, group: All}
2222
- {user: SciML, repo: Catalyst.jl, group: All}
2323
- {user: SciML, repo: NeuralPDE.jl, group: NNPDE}
24-
- {user: SciML, repo: DataDrivenDiffEq.jl, group: Standard}
24+
- {user: SciML, repo: DataDrivenDiffEq.jl, group: Core}
2525
- {user: JuliaSymbolics, repo: Symbolics.jl, group: All}
2626
- {user: SciML, repo: ModelOrderReduction.jl, group: All}
2727

0 commit comments

Comments
 (0)