Skip to content

Bump pyarrow from 16.0.0 to 16.1.0 #266

Bump pyarrow from 16.0.0 to 16.1.0

Bump pyarrow from 16.0.0 to 16.1.0 #266

Workflow file for this run

name: "ci"
on:
push
jobs:
test:
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: ['3.9', '3.10', '3.11', '3.12'] # '3.12.0-rc.3' pyarrow fails to build for 3.12
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: cvxgrp/.github/actions/test@main
with:
python-version: ${{ matrix.python-version }}