Skip to content

Update matplotlib requirement from <3.8.0,>=3.0.0 to >=3.0.0,<3.9.0 in /_requirements #20

Update matplotlib requirement from <3.8.0,>=3.0.0 to >=3.0.0,<3.9.0 in /_requirements

Update matplotlib requirement from <3.8.0,>=3.0.0 to >=3.0.0,<3.9.0 in /_requirements #20

Workflow file for this run

name: General checks
on:
push:
branches:
- "*"
- "**"
- "!publication"
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
jobs:
check-schema:
uses: Lightning-AI/utilities/.github/workflows/[email protected]