Skip to content

Commit

Permalink
Fix CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Oct 17, 2023
1 parent 1a1f8e4 commit 337e6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 337e6b9

Please sign in to comment.