Skip to content

Bump pyarrow from 12.0.0 to 14.0.1 #412

Bump pyarrow from 12.0.0 to 14.0.1

Bump pyarrow from 12.0.0 to 14.0.1 #412

Workflow file for this run

name: Check black compliance
on: pull_request
jobs:
check_black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install black==22.3.0
- name: Check black compliance
run: black --check grants_tagger