Skip to content

Lazy load dask.dataframe in datashader.py #1016

Lazy load dask.dataframe in datashader.py

Lazy load dask.dataframe in datashader.py #1016

Workflow file for this run

name: labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label:
name: Pull Request Labels
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "type: bug, type: enhancement, type: feature, type: docs, type: maintenance, type: compatibility"