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

build(deps): bump hetu-galvatron from 0.0.2 to 1.0.0 #87

build(deps): bump hetu-galvatron from 0.0.2 to 1.0.0

build(deps): bump hetu-galvatron from 0.0.2 to 1.0.0 #87

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.0
check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.10.0
with:
azure-dir: ""
check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.10.0
with:
actions-ref: v0.10.0
import-name: "lightning_galvatron"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
{
"os": ["ubuntu-latest", "macos-latest", "windows-latest"],
"python-version": ["3.9"]
}
check-docs:
uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@v0.10.0
with:
requirements-file: "_requirements/docs.txt"