Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

build(deps): update scikit-learn requirement from <1.4.0,>0.22.1 to >0.22.1,<1.5.0 #245

build(deps): update scikit-learn requirement from <1.4.0,>0.22.1 to >0.22.1,<1.5.0

build(deps): update scikit-learn requirement from <1.4.0,>0.22.1 to >0.22.1,<1.5.0 #245

Workflow file for this run

name: General checks
on:
push:
branches: [main, "release/*"]
pull_request:
branches: [main, "release/*"]
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-precommit:
# uses: Lightning-AI/utilities/.github/workflows/[email protected]
check-typing:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
actions-ref: v0.10.1
extra-typing: typing
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: "lightning_graphcore"
artifact-name: dist-packages-${{ github.sha }}
install-extras: "[pytorch-lightning]"
testing-matrix: |
{
"os": ["ubuntu-latest", "macos-latest", "windows-latest"],
"python-version": ["3.9"]
}
check-docs:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
requirements-file: "requirements/_docs.txt"