Skip to content

Bump pandas from 2.1.4 to 2.2.0 (#56) #160

Bump pandas from 2.1.4 to 2.2.0 (#56)

Bump pandas from 2.1.4 to 2.2.0 (#56) #160

Workflow file for this run

name: python lint
on:
['push', 'pull_request']
jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest]
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: black
run: black --check --diff .