Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Commit 6509a34

Browse files
bors[bot]MikeInnes
andauthored
Merge #435
435: Update .gitlab-ci.yml r=MikeInnes a=MikeInnes Waiting on FluxML/Flux.jl#874 Co-authored-by: Mike J Innes <mike.j.innes@gmail.com>
2 parents 2106b08 + 6ad0dc8 commit 6509a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ flux:
4747
Pkg.develop(PackageSpec(path=pwd()));
4848
Pkg.build();'
4949
- julia -e 'using Pkg;
50-
Pkg.add(PackageSpec(name="Flux", rev="tb/cuarrays_dnn"));
50+
Pkg.add(PackageSpec(name="Flux", rev="master"));
5151
Pkg.test("Flux");'
5252
allow_failure: true
5353

0 commit comments

Comments
 (0)