Skip to content

Commit 46b4b7a

Browse files
authored
Remove Molly.jl from reverse CI
Molly.jl no longer uses Zygote: JuliaMolSim/Molly.jl#182. Are there any other packages here which should go? The fewer we have to deal with, the faster CI runs and the fewer false positives we get from it.
1 parent 8c18f06 commit 46b4b7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- {user: SciML, repo: DiffEqFlux.jl, group: Layers}
2727
- {user: SciML, repo: DiffEqFlux.jl, group: BasicNeuralDE}
2828
- {user: SciML, repo: NeuralPDE.jl, group: NNPDE}
29-
- {user: JuliaMolSim, repo: Molly.jl, group: Zygote}
3029
steps:
3130
- uses: actions/checkout@v3
3231
- uses: julia-actions/setup-julia@v1
@@ -55,4 +54,4 @@ jobs:
5554
# Mistakenly introducing a breaking change, as we have intentionally made one
5655
@info "Not compatible with this release. No problem." exception=err
5756
exit(0) # Exit immediately, as a success
58-
end
57+
end

0 commit comments

Comments
 (0)