File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,13 @@ jobs:
7373 julia_version :
7474 - " 1.10"
7575 - " 1.11"
76+ - " pre"
7677 julia_arch :
7778 - x64
7879 os :
7980 - ubuntu-latest
8081 runs-on : ${{ matrix.os }}
8182 steps :
82- - name : Build PyCall
83- run : julia --project -e 'ENV["PYTHON"]=""; using Pkg; Pkg.instantiate(); Pkg.add("PyCall"); Pkg.build("PyCall")'
84- shell : bash
8583 - name : Install matplotlib
8684 run : if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
8785 shell : bash
@@ -90,10 +88,11 @@ jobs:
9088 with :
9189 arch : ${{ matrix.julia_arch }}
9290 version : ${{ matrix.julia_version }}
91+ - uses : julia-actions/cache@v2
92+ - uses : julia-actions/julia-buildpkg@v1
9393 - name : Build PyCall
9494 run : julia --project -e 'ENV["PYTHON"]=""; using Pkg; Pkg.instantiate(); Pkg.add("PyCall"); Pkg.build("PyCall")'
9595 shell : bash
96- - uses : julia-actions/cache@v2
9796 - uses : julia-actions/julia-runtest@v1
9897 env :
9998 BUILD_IS_PRODUCTION_BUILD : false
You can’t perform that action at this time.
0 commit comments