Skip to content

build(deps): update torch requirement from <2.5,>=1.8.1 to >=1.8.1,<2.6 #1207

build(deps): update torch requirement from <2.5,>=1.8.1 to >=1.8.1,<2.6

build(deps): update torch requirement from <2.5,>=1.8.1 to >=1.8.1,<2.6 #1207

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/check-schema.yml@v0.11.8