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

Commit 6cc14ea

Browse files
committed
Fix CI recipe.
1 parent b4037ce commit 6cc14ea

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
@@ -111,7 +111,7 @@ flux:
111111
tags:
112112
- nvidia
113113
script:
114-
- export FLUX="$HOME/.julia/dev/Flux"
114+
- export FLUX=".julia/dev/Flux"
115115
- julia -e 'using Pkg;
116116
Pkg.develop("Flux");'
117117
- julia --project -e 'using Pkg;

0 commit comments

Comments
 (0)