We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b98f42 commit 9e9c93bCopy full SHA for 9e9c93b
.github/workflows/CI.yml
@@ -66,7 +66,10 @@ jobs:
66
- run: |
67
# Instantiate Pkg
68
wget https://raw.githubusercontent.com/JuliaQuantumControl/JuliaQuantumControl/master/scripts/installorg.jl
69
- julia --project=test installorg.jl
+ install -m 600 -D /dev/null ~/.ssh/known_hosts
70
+ ssh-keyscan -H github.com > ~/.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: cp test/*.toml docs/ # Prepare DrWatson
74
75
# Run doctests
0 commit comments