File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 66
66
- run : |
67
67
# Instantiate Pkg
68
68
wget https://raw.githubusercontent.com/JuliaQuantumControl/JuliaQuantumControl/master/scripts/installorg.jl
69
- julia --project=test installorg.jl
69
+ install -m 600 -D /dev/null ~/.ssh/known_hosts
70
+ ssh-keyscan -H github.com | tee ~/.ssh/known_hosts
71
+ julia --project=test -e 'include("installorg.jl"); installorg(; github="develop")'
72
+ # installing in develop mode enables proper "source" links in subpackage APIs
73
+ - run : |
74
+ # Debug-install Documenter
75
+ julia --project=test -e'using Pkg;Pkg.develop(url="https://github.com/goerz-forks/Documenter.jl.git#debug")'
76
+ cd /home/runner/.julia/dev/Documenter
77
+ git checkout debug
78
+ git status
70
79
- run : cp test/*.toml docs/ # Prepare DrWatson
71
80
- run : |
72
81
# Run doctests
You can’t perform that action at this time.
0 commit comments