Skip to content

Commit 401608e

Browse files
committed
Fix building docu
1 parent 8373417 commit 401608e

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
@@ -79,8 +79,8 @@ jobs:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
8181
- run: |
82+
julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall"); using Conda; print(read(joinpath(dirname(pathof(Conda)), "..", "deps", "deps.jl"),String)); Conda.pip_interop(true); Conda.pip("install", "pythtb")'
8283
julia --project=docs -e '
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)