We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c5a78 commit 8373417Copy full SHA for 8373417
1 file changed
.github/workflows/CI.yml
@@ -80,7 +80,7 @@ jobs:
80
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
81
- run: |
82
julia --project=docs -e '
83
- ENV["PYTHON"]=""
+ using Pkg; Pkg.add("Conda")
84
using Documenter: DocMeta, doctest
85
using VortexStepMethod
86
DocMeta.setdocmeta!(VortexStepMethod, :DocTestSetup, :(using VortexStepMethod); recursive=true)
0 commit comments