Skip to content

feat: support dask and spark dataframes in evaluate #375

feat: support dask and spark dataframes in evaluate

feat: support dask and spark dataframes in evaluate #375

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: '3.10'
- name: Install dependencies
run: pip install black "nbdev<2.3.26" pre-commit
- name: Run pre-commit
run: pre-commit run --files utilsforecast/*