Skip to content

feat(distributed): support ids in predict #909

feat(distributed): support ids in predict

feat(distributed): support ids in predict #909

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
with:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
run: pip install black 'nbdev<2.3.26' pre-commit
- name: Run pre-commit
run: pre-commit run --files mlforecast/*