We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e014006 commit c279f8bCopy full SHA for c279f8b
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"); ; println("---> 2"); Pkg.add("PyPlot"); println("---> 3"); using PyPlot; println("---> 4")'
+ run: julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall")'
77
shell: bash
78
- uses: julia-actions/cache@v2
79
- uses: julia-actions/julia-buildpkg@v1
0 commit comments