Skip to content

Move testing over to pytest and change CI to account for it #118

Move testing over to pytest and change CI to account for it

Move testing over to pytest and change CI to account for it #118

Workflow file for this run

name: Lint UMI
on:
pull_request:
workflow_dispatch:
push:
branches: main
jobs:
lint_python:
name: Lint Python Code
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Lint with Flake8
run: |
pip install --upgrade pip
pip install .[test]
flake8 --statistics .