We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a562df commit 5891656Copy full SHA for 5891656
.gitlab-ci.yml
@@ -7,23 +7,20 @@ test:1.4:
7
- .test
8
tags:
9
- nvidia
10
- image: nvidia/cuda:latest
11
12
test:1.3:
13
extends:
14
- .julia:1.3
15
16
17
18
19
20
test:nightly:
21
22
- .julia:nightly
23
24
25
26
27
allow_failure: true
28
29
documentation:
0 commit comments