Skip to content

SciMLLogging Integration #502

SciMLLogging Integration

SciMLLogging Integration #502

name: CI (SCCNonlinearSolve)
on:
pull_request:
paths:
- "lib/SCCNonlinearSolve/**"
- ".github/workflows/CI_SCCNonlinearSolve.yml"
- "lib/NonlinearSolveBase/**"
- "lib/SciMLJacobianOperators/**"
push:
branches:
- master
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:
strategy:
fail-fast: false
matrix:
version:
- "lts"
- "1"
os:
- ubuntu-latest
- macos-latest
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
with:
julia_version: ${{ matrix.version }}
os: ${{ matrix.os }}
project: "lib/SCCNonlinearSolve"
local_dependencies: "lib/NonlinearSolveBase,lib/SciMLJacobianOperators"
downgrade:
uses: LuxDL/Lux.jl/.github/workflows/CommonCI.yml@main
with:
julia_version: "1.11"
project: "lib/SCCNonlinearSolve"
downgrade_testing: true