Skip to content

Avoid discarded objective evaluations in OptimizationOptimisers #833

Avoid discarded objective evaluations in OptimizationOptimisers

Avoid discarded objective evaluations in OptimizationOptimisers #833

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:
uses: "SciML/.github/.github/workflows/sublibrary-downgrade.yml@v1"
secrets: "inherit"
with:
julia-version: "lts"
# SymbolicAnalysis skipped: 0.3.x doesn't support Symbolics 7 (required by
# ModelingToolkit 11). Stdlibs and in-repo sublibraries are auto-populated by
# the centralized workflow.
skip: "SymbolicAnalysis"
exclude: "OptimizationQuadDIRECT"
group-env-name: "OPTIMIZATION_TEST_GROUP"
group-env-value: "Core"
# OptimizationQuadDIRECT has an unregistered URL source and is tested below
# with a manifest repair step after downgrade-compat.