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

Commit

Permalink
Add missing dep for testing Flux.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Mar 25, 2020
1 parent ae572dd commit f808993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ flux:
Pkg.instantiate()'
- julia --project=$FLUX -e 'using Pkg;
Pkg.instantiate();
Pkg.add(["Documenter"])'
Pkg.add(["Documenter", "IterTools"])'
- JULIA_LOAD_PATH=".:$FLUX::" julia $FLUX/test/runtests.jl
allow_failure: true

Expand Down

0 comments on commit f808993

Please sign in to comment.