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

Commit 6ad0dc8

Browse files
authored
Update .gitlab-ci.yml
1 parent b8b1c4e commit 6ad0dc8

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)