Skip to content

Cellpose unet - waiting for cellpose bug fixing to merge #517

Cellpose unet - waiting for cellpose bug fixing to merge

Cellpose unet - waiting for cellpose bug fixing to merge #517

Workflow file for this run

name: Python mypy
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
static-analysis:
name: Python mypy
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Setup checkout
uses: actions/checkout@v2
- name: mypy
run: |
pip install .
pip install --upgrade mypy
mypy dacapo