Skip to content

build(deps): bump Lightning-AI/utilities from 0.11.0 to 0.11.2 #660

build(deps): bump Lightning-AI/utilities from 0.11.0 to 0.11.2

build(deps): bump Lightning-AI/utilities from 0.11.0 to 0.11.2 #660

Workflow file for this run

name: General Checks
on:
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
jobs:
check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.2
with:
azure-dir: ".azure"
check-code:
uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.11.2

Check failure on line 16 in .github/workflows/ci-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-checks.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-checks.yml" -> "Lightning-AI/utilities/.github/workflows/check-code.yml@v0.11.2" : failed to fetch workflow: workflow was not found.
with:
actions-ref: v0.11.2
extra-typing: typing
check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.2
with:
actions-ref: v0.11.2
artifact-name: dist-packages-${{ github.sha }}
import-name: "pl_bolts"
testing-matrix: |
{
"os": ["ubuntu-20.04", "macos-11", "windows-2022"],
"python-version": ["3.8"]
}