File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 9090 version : ${{ matrix.julia_version }}
9191 - uses : julia-actions/cache@v2
9292 - uses : julia-actions/julia-buildpkg@v1
93- - name : Build PyCall
94- run : julia --project -e 'ENV["PYTHON"]=""; using Pkg; Pkg.instantiate(); Pkg.add("PyCall"); Pkg.build("PyCall")'
95- shell : bash
9693 - uses : julia-actions/julia-runtest@v1
9794 env :
9895 BUILD_IS_PRODUCTION_BUILD : false
@@ -109,9 +106,6 @@ jobs:
109106 steps :
110107 - uses : actions/checkout@v4
111108 - uses : julia-actions/setup-julia@v2
112- - name : Build PyCall
113- run : julia --project=docs/ -e 'ENV["PYTHON"]=""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("PyCall")'
114- shell : bash
115109 - uses : julia-actions/cache@v2
116110 - uses : julia-actions/julia-buildpkg@v1
117111
You can’t perform that action at this time.
0 commit comments