Skip to content

Commit

Permalink
revert steps for downstream testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Mar 21, 2022
1 parent b90973a commit 91d88fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- {user: FluxML, repo: Torch.jl, group: All}
- {user: FluxML, repo: Metalhead.jl, group: All}
- {user: Chemellia, repo: AtomicGraphNets.jl, group: All}
- {user: SciML, repo: DiffEqFlux.jl, group: All} # Layers}
- {user: SciML, repo: NeuralPDE.jl, group: All} # NNPDE}
- {user: SciML, repo: DiffEqFlux.jl, group: Layers}
- {user: SciML, repo: NeuralPDE.jl, group: NNPDE}
- {user: SciML, repo: OperatorLearning.jl, group: All}
# if: contains(github.event.pull_request.labels.*.name, 'run downstream test')
if: contains(github.event.pull_request.labels.*.name, 'run downstream test')
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Flux"
uuid = "587475ba-b771-5e3f-ad9e-33799f191a9c"
version = "0.12.99"
version = "0.13.0-DEV"

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

0 comments on commit 91d88fe

Please sign in to comment.