Skip to content

Commit 91d88fe

Browse files
committed
revert steps for downstream testing
1 parent b90973a commit 91d88fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Downstream.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- {user: FluxML, repo: Torch.jl, group: All}
2626
- {user: FluxML, repo: Metalhead.jl, group: All}
2727
- {user: Chemellia, repo: AtomicGraphNets.jl, group: All}
28-
- {user: SciML, repo: DiffEqFlux.jl, group: All} # Layers}
29-
- {user: SciML, repo: NeuralPDE.jl, group: All} # NNPDE}
28+
- {user: SciML, repo: DiffEqFlux.jl, group: Layers}
29+
- {user: SciML, repo: NeuralPDE.jl, group: NNPDE}
3030
- {user: SciML, repo: OperatorLearning.jl, group: All}
31-
# if: contains(github.event.pull_request.labels.*.name, 'run downstream test')
31+
if: contains(github.event.pull_request.labels.*.name, 'run downstream test')
3232
steps:
3333
- uses: actions/checkout@v2
3434
- uses: julia-actions/setup-julia@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Flux"
22
uuid = "587475ba-b771-5e3f-ad9e-33799f191a9c"
3-
version = "0.12.99"
3+
version = "0.13.0-DEV"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

0 commit comments

Comments
 (0)