Skip to content

Bump polars from 1.5.0 to 1.6.0 #1715

Bump polars from 1.5.0 to 1.6.0

Bump polars from 1.5.0 to 1.6.0 #1715

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch: # to trigger manually
jobs:
coverage:
uses: ./.github/workflows/coverage.yaml
secrets: inherit
cyclic-imports:
uses: ./.github/workflows/cyclic-imports.yaml
doctest:
uses: ./.github/workflows/doctest.yaml
secrets: inherit
format:
uses: ./.github/workflows/format.yaml
pre-commit:
uses: ./.github/workflows/pre-commit.yaml
test:
uses: ./.github/workflows/test.yaml
test-deps:
uses: ./.github/workflows/test-deps.yaml