From 337e6b952d5e1b3feba485b399cfe897c08a4027 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Tue, 17 Oct 2023 09:41:02 +0200 Subject: [PATCH] Fix CI check --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8cb8b5..118fcae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: ${{ runner.os }}- - uses: julia-actions/julia-buildpkg@v1 - name: Downgrade FillArrays on Julia 1.0 to fix compat conflicts with BandedMatrices - if: ${{ matrix.version }} == '1.0' + if: ${{ matrix.version == '1.0' }} run: | import Pkg Pkg.instantiate()