Skip to content

Buffer solver statistics per nonlinear solve to fix threaded counts #5122

Buffer solver statistics per nonlinear solve to fix threaded counts

Buffer solver statistics per nonlinear solve to fix threaded counts #5122

Workflow file for this run

name: Downgrade
on:
pull_request:
branches:
- master
- v7
paths-ignore:
- 'docs/**'
push:
branches:
- master
- v7
paths-ignore:
- 'docs/**'
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test:
name: "Downgrade"
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
with:
julia-version: "1.11"
group: "InterfaceI"
skip: "Pkg,TOML,Statistics,LinearAlgebra,SparseArrays,InteractiveUtils"
secrets: "inherit"