Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

build(deps): bump Lightning-AI/utilities from 0.10.0 to 0.10.1 (#31) #100

build(deps): bump Lightning-AI/utilities from 0.10.0 to 0.10.1 (#31)

build(deps): bump Lightning-AI/utilities from 0.10.0 to 0.10.1 (#31) #100

Workflow file for this run

name: General checks
on:
push:
branches: [main, "release/*"]
pull_request:
branches: [main, "release/*"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) }}
jobs:
check-precommit:
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@v0.10.1
check-typing:
uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@v0.10.1
with:
actions-ref: v0.10.1
check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.10.1
with:
azure-dir: ".azure"
check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.10.1
with:
actions-ref: v0.10.1
import-name: "lightning_fairscale"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
{
"os": ["ubuntu-20.04", "macos-12"],
"python-version": ["3.9"]
}
check-docs:
uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@v0.10.1
with:
requirements-file: "docs/requirements.txt"