Skip to content

Add keyed sample lookup and in-place dataset_update (#868) #3426

Add keyed sample lookup and in-place dataset_update (#868)

Add keyed sample lookup and in-place dataset_update (#868) #3426

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.event_name == 'pull_request' }}
jobs:
check-typing:
uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@86fe1b20b4609835ba9e8c8739cd39707ba76868 # v0.15.3
with:
actions-ref: main
check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@86fe1b20b4609835ba9e8c8739cd39707ba76868 # v0.15.3
with:
azure-dir: ""
check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@86fe1b20b4609835ba9e8c8739cd39707ba76868 # v0.15.3
with:
actions-ref: main
import-name: "litdata"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
{
"os": ["ubuntu-latest", "macos-14", "windows-latest"],
"python-version": ["3.10", "3.11"]
}
check-docs:
uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@86fe1b20b4609835ba9e8c8739cd39707ba76868 # v0.15.3
with:
requirements-file: "requirements/docs.txt"
python-version: "3.10"
check-md-links:
uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@86fe1b20b4609835ba9e8c8739cd39707ba76868 # v0.15.3
with:
config-file: ".github/markdown-links-config.json"
base-branch: "main"
force-check-all: "yes"