Skip to content

Remove BoundaryValueDiffEqMIRK blanket reexports #613

Remove BoundaryValueDiffEqMIRK blanket reexports

Remove BoundaryValueDiffEqMIRK blanket reexports #613

name: Downgrade Sublibraries
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
downgrade-sublibraries:
name: "Downgrade Sublibraries"
uses: "SciML/.github/.github/workflows/sublibrary-downgrade.yml@v1"
secrets: "inherit"
with:
julia-version: "lts"
group-env-name: "BOUNDARYVALUEDIFFEQ_TEST_GROUP"
group-env-value: "Core"