Skip to content

Prepare SymbolicAnalysis 0.5 downgrade environment #323

Prepare SymbolicAnalysis 0.5 downgrade environment

Prepare SymbolicAnalysis 0.5 downgrade environment #323

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags: ['*']
pull_request:
workflow_dispatch:
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:
tests:
uses: "SciML/.github/.github/workflows/grouped-tests.yml@v1"
with:
coverage: false
secrets: "inherit"