Skip to content

Bump black from 24.2.0 to 24.3.0 #118

Bump black from 24.2.0 to 24.3.0

Bump black from 24.2.0 to 24.3.0 #118

Workflow file for this run

name: Unit tests
on:
push:
pull_request:
types: [opened, reopened]
jobs:
unittests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: setup
uses: ./.github/actions/setup-languages
- name: Run Tests
run: |
pipenv run python -m pytest