Skip to content

Bump black from 23.11.0 to 24.4.2 #163

Bump black from 23.11.0 to 24.4.2

Bump black from 23.11.0 to 24.4.2 #163

Workflow file for this run

name: "Tests"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
tests:
runs-on: "ubuntu-latest"
name: Run tests
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.11"
cache: "pip"
- name: "Install requirements"
run: python3 -m pip install -r requirements_test.txt
- name: "Run"
run: python3 -m pytest