Skip to content

Support pydicom v3 (#972) #104

Support pydicom v3 (#972)

Support pydicom v3 (#972) #104

Workflow file for this run

name: type-hints
on:
push:
branches: [ main ]
jobs:
check-typing:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
id: setup-python
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install .[dev]
- name: Run typing check with mypy
run: |
mypy