Skip to content

Disable precompilation of BijectorsEnzymeExt on Julia 1.11+ #669

Disable precompilation of BijectorsEnzymeExt on Julia 1.11+

Disable precompilation of BijectorsEnzymeExt on Julia 1.11+ #669

Workflow file for this run

name: Interface tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
fail-fast: false

Check failure on line 13 in .github/workflows/Interface.yml

View workflow run for this annotation

GitHub Actions / Interface tests

Invalid workflow file

The workflow is not valid. .github/workflows/Interface.yml (Line: 13, Col: 5): Unexpected value 'fail-fast'
strategy:
matrix:
version:
- '1.6'
- '1'
os:
- ubuntu-latest
- macOS-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
env:
GROUP: Interface