We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d15949 commit bf37aa5Copy full SHA for bf37aa5
1 file changed
.github/workflows/CI.yml
@@ -73,7 +73,7 @@ jobs:
73
- uses: actions/checkout@v4
74
- uses: julia-actions/setup-julia@v2
75
- name: Install Conda
76
- 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")'
+ run: julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall"); Pkg.add(Conda); using Conda; print(read(joinpath(dirname(pathof(Conda)), "..", "deps", "deps.jl"),String)); Conda.pip_interop(true); Conda.pip("install", "pythtb")'
77
shell: bash
78
- uses: julia-actions/cache@v2
79
- uses: julia-actions/julia-buildpkg@v1
0 commit comments