Skip to content

Bump pyarrow from 13.0.0 to 14.0.1 (#159) #383

Bump pyarrow from 13.0.0 to 14.0.1 (#159)

Bump pyarrow from 13.0.0 to 14.0.1 (#159) #383

Workflow file for this run

name: "basic"
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'
test:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/test@main
# Uncomment once the package is public
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
files: artifacts/tests/coverage/coverage.info
format: lcov