File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 70
70
with :
71
71
version : ${{ matrix.julia-version }}
72
72
arch : ${{ matrix.julia-arch }}
73
- - uses : julia-actions/julia-buildpkg@v1
73
+ # We cannot use the Pkg getting tested to install the SAT-resolver since that is
74
+ # needed by Pkg itself
75
+ - name : Install deps
76
+ run : julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate()'
74
77
- uses : julia-actions/julia-runtest@v1
75
78
with :
76
79
coverage : true
@@ -100,7 +103,7 @@ jobs:
100
103
version : ' nightly'
101
104
- name : Generate docs
102
105
run : |
103
- julia --project -- color=yes -e 'using Pkg; Pkg.activate("docs"); Pkg.instantiate();'
106
+ julia --color=yes -e 'using Pkg; Pkg.activate("docs"); Pkg.instantiate();'
104
107
julia --project=docs --color=yes docs/make.jl pdf
105
108
env :
106
109
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments