Skip to content

build(deps): update wandb requirement from <0.16.0,>0.13.0 to >0.13.0,<0.18.0 in /requirements #666

build(deps): update wandb requirement from <0.16.0,>0.13.0 to >0.13.0,<0.18.0 in /requirements

build(deps): update wandb requirement from <0.16.0,>0.13.0 to >0.13.0,<0.18.0 in /requirements #666

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.0
with:
azure-dir: ".azure"
check-code:
uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.11.0

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.0" : failed to fetch workflow: workflow was not found.
with:
actions-ref: v0.11.0
extra-typing: typing
check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.0
with:
actions-ref: v0.11.0
artifact-name: dist-packages-${{ github.sha }}
import-name: "pl_bolts"
testing-matrix: |
{
"os": ["ubuntu-20.04", "macos-11", "windows-2022"],
"python-version": ["3.8"]
}