Skip to content

Commit 1d15949

Browse files
committed
Fix CI
1 parent ca1ae3b commit 1d15949

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
- name: Install matplotlib
7171
run: if [ "$RUNNER_OS" = "Linux" ]; then export PYTHON=""; fi
7272
shell: bash
73+
- uses: actions/checkout@v4
74+
- uses: julia-actions/setup-julia@v2
7375
- name: Install Conda
7476
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")'
7577
shell: bash
76-
- uses: actions/checkout@v4
77-
- uses: julia-actions/setup-julia@v2
7878
- uses: julia-actions/cache@v2
7979
- uses: julia-actions/julia-buildpkg@v1
8080
- uses: julia-actions/julia-docdeploy@v1

0 commit comments

Comments
 (0)