Skip to content

Bump myst-parser from 1.0.0 to 2.0.0 #18

Bump myst-parser from 1.0.0 to 2.0.0

Bump myst-parser from 1.0.0 to 2.0.0 #18

Workflow file for this run

name: General checks
on:
push:
branches: [main]
pull_request: {}
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-code:
# uses: Lightning-AI/utilities/.github/workflows/check-code.yml@main
# with:
# actions-ref: main
check-schema:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
azure-dir: ".azure"
check-package:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
actions-ref: v0.10.1
import-name: "thunder"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
{
"os": ["ubuntu-latest", "macOS-latest", "windows-latest"],
"python-version": ["3.10", "3.11"]
}