Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

build(deps): update jsonargparse[signatures] requirement from <4.23.0… #838

build(deps): update jsonargparse[signatures] requirement from <4.23.0…

build(deps): update jsonargparse[signatures] requirement from <4.23.0… #838

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/[email protected]
with:
# todo: validation has some problem with `- ${{ each topic in parameters.domains }}:` construct
azure-dir: ""
check-package:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
actions-ref: v0.8.0
artifact-name: dist-packages-${{ github.sha }}
import-name: "flash"
testing-matrix: |
{
"os": ["ubuntu-20.04", "macos-11", "windows-2022"],
"python-version": ["3.8"]
}