Avoid discarded objective evaluations in OptimizationOptimisers #833
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |