Skip to content

Integrate dask-expr and make CI happy #190

Integrate dask-expr and make CI happy

Integrate dask-expr and make CI happy #190

Workflow file for this run

name: Linting
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- uses: pre-commit/[email protected]