Skip to content

Commit d7c95a3

Browse files
Fix NeuralPDE downstream groups (#1259)
* Fix NeuralPDE downstream groups Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> * Apply suggestion from @ChrisRackauckas --------- Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent 0c663b6 commit d7c95a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Downstream.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
matrix:
1414
package:
1515
- {user: SciML, repo: DiffEqFlux.jl, group: DiffEqFlux}
16-
- {user: SciML, repo: NeuralPDE.jl, group: NNPDE}
16+
- {user: SciML, repo: NeuralPDE.jl, group: NNPDE1}
17+
- {user: SciML, repo: NeuralPDE.jl, group: NNPDE2}
1718
- {user: SciML, repo: ModelingToolkit.jl, group: All}
1819
uses: "SciML/.github/.github/workflows/downstream.yml@v1"
1920
with:

0 commit comments

Comments
 (0)