Skip to content

Commit 2690f11

Browse files
committed
Fix CI.
1 parent ca051c8 commit 2690f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ cuarrays:
4444
- sm_75
4545
image: juliagpu/cuda:10.1-cudnn7-cutensor-devel-ubuntu18.04
4646
script:
47-
- export CUARRAYS="$HOME/.julia/dev/CuArrays"
47+
- export CUARRAYS=".julia/dev/CuArrays"
4848
- julia -e 'using Pkg;
4949
Pkg.develop("CuArrays");'
5050
- julia --project -e 'using Pkg;
5151
Pkg.instantiate()'
5252
- julia --project=$CUARRAYS -e 'using Pkg;
5353
Pkg.instantiate();
54-
Pkg.add(["FFTW", "ForwardDiff"])'
54+
Pkg.add(["FFTW", "ForwardDiff", "FillArrays"])'
5555
- JULIA_LOAD_PATH=".:$CUARRAYS::" julia $CUARRAYS/test/runtests.jl
5656
allow_failure: true
5757

0 commit comments

Comments
 (0)