Skip to content

chore: bump polars from 1.2.0 to 1.3.0 #734

chore: bump polars from 1.2.0 to 1.3.0

chore: bump polars from 1.2.0 to 1.3.0 #734

Workflow file for this run

name: pull-request
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
python-version:
- "3.8"
- "3.12"
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
- run: poetry install
- name: Test Code and Docs
run: poetry run pytest