Skip to content

Update to latest deps and get test code passing #2

Update to latest deps and get test code passing

Update to latest deps and get test code passing #2

Workflow file for this run

name: Check Format
on:
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install -r requirements.txt.pinned
- name: Run Check
run: |
black --check --diff .