Skip to content

Commit ca1ae3b

Browse files
committed
Fix CI.yml
1 parent 401608e commit ca1ae3b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
- name: Install matplotlib
7171
run: if [ "$RUNNER_OS" = "Linux" ]; then export PYTHON=""; fi
7272
shell: bash
73+
- name: Install Conda
74+
run: 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")'
75+
shell: bash
7376
- uses: actions/checkout@v4
7477
- uses: julia-actions/setup-julia@v2
7578
- uses: julia-actions/cache@v2
@@ -79,7 +82,6 @@ jobs:
7982
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8083
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
8184
- 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")'
8385
julia --project=docs -e '
8486
using Documenter: DocMeta, doctest
8587
using VortexStepMethod

0 commit comments

Comments
 (0)