This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
build(deps): update datasets requirement from <=2.14.3,>=2.0.0 to >=2.0.0,<2.15 in /requirements #812
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | |
} |