File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ image: "julia:1"
2
2
3
3
variables :
4
4
JULIA_DEPOT_PATH : " $CI_PROJECT_DIR/.julia/"
5
- JULIA_NUM_THREADS : ' 8 '
5
+ JULIA_NUM_THREADS : ' 4 '
6
6
7
7
cache :
8
8
paths :
17
17
tags :
18
18
- ' p6000'
19
19
script :
20
- - curl https://julialang-s3.julialang.org/bin/linux/x64/1.1 /julia-1.1.1 -linux-x86_64.tar.gz -o julia.tar.gz
20
+ - curl https://julialang-s3.julialang.org/bin/linux/x64/1.3 /julia-1.3.0 -linux-x86_64.tar.gz -o julia.tar.gz
21
21
- unp julia.tar.gz
22
- - export PATH="$(pwd)/julia-1.1.1 /bin:$PATH"
22
+ - export PATH="$(pwd)/julia-1.3.0 /bin:$PATH"
23
23
- julia -e "using InteractiveUtils;
24
24
versioninfo()"
25
25
- julia --project -e "using Pkg; Pkg.build(); using SparseDiffTools"
32
32
untracked : true
33
33
paths :
34
34
- .julia/**/*
35
- - julia-1.1.1 /**/*
35
+ - julia-1.3.0 /**/*
36
36
37
37
test-GPU :
38
38
stage : test
@@ -43,7 +43,7 @@ test-GPU:
43
43
variables :
44
44
GROUP : " GPU"
45
45
script :
46
- - export PATH="$(pwd)/julia-1.1.1 /bin:$PATH"
46
+ - export PATH="$(pwd)/julia-1.3.0 /bin:$PATH"
47
47
- julia -e "using InteractiveUtils;
48
48
versioninfo()"
49
49
- julia --project -e "using Pkg; Pkg.add(\"CuArrays\");
@@ -57,4 +57,4 @@ test-GPU:
57
57
untracked : true
58
58
paths :
59
59
- .julia/**/*
60
- - julia-1.1.1 /**/*
60
+ - julia-1.3.0 /**/*
You can’t perform that action at this time.
0 commit comments