Skip to content

Commit 9a5a669

Browse files
authored
Fix CI.yml and also test on Julia 1.12 (#195)
* Fix CI.yml * Also test on 1.12
1 parent c9f5594 commit 9a5a669

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)