From 1959fe719c067fc89d8341c14f7bd43e094c9258 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Mon, 20 Jan 2025 16:11:47 -0800 Subject: [PATCH] Remove Molly.jl from Downstream.yml CI Molly.jl is no longer using Zygote, so remove it from reverse CI. --- .github/workflows/Downstream.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index 9e8dcb0af..b5367bb3a 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -25,7 +25,6 @@ jobs: - {user: SciML, repo: DiffEqFlux.jl, group: Layers} - {user: SciML, repo: DiffEqFlux.jl, group: BasicNeuralDE} - {user: SciML, repo: NeuralPDE.jl, group: NNPDE} - - {user: JuliaMolSim, repo: Molly.jl, group: Zygote} steps: - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1