Skip to content

Commit 8373417

Browse files
committed
Fix building the docu
1 parent a5c5a78 commit 8373417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
8181
- run: |
8282
julia --project=docs -e '
83-
ENV["PYTHON"]=""
83+
using Pkg; Pkg.add("Conda")
8484
using Documenter: DocMeta, doctest
8585
using VortexStepMethod
8686
DocMeta.setdocmeta!(VortexStepMethod, :DocTestSetup, :(using VortexStepMethod); recursive=true)

0 commit comments

Comments
 (0)