Skip to content

Bump pandas from 2.2.2 to 2.2.3 #190

Bump pandas from 2.2.2 to 2.2.3

Bump pandas from 2.2.2 to 2.2.3 #190

Workflow file for this run

name: Code Quality
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Code Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: poetry
- run: poetry install
- run: poetry run pre-commit install
- run: poetry run pre-commit run --all-files