Skip to content

Move ModelingToolkit to test group specific dependency #304

Move ModelingToolkit to test group specific dependency

Move ModelingToolkit to test group specific dependency #304

Workflow file for this run

name: Benchmark
on:
pull_request:
branches: [master]
paths-ignore: ['docs/**', '*.md']
permissions:
pull-requests: write
contents: read
jobs:
benchmark:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: ["1", "lts"]
steps:
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
with:
julia_version: ${{ matrix.version }}
script: "benchmark/benchmarks.jl"
annotate_pr: true
extra-pkgs: "StableRNGs,StaticArrays,LinearAlgebra,SparseArrays,DiffEqBase"