Skip to content

Commit a29112b

Browse files
committed
Remove mypy from CI
1 parent 34d5fb7 commit a29112b

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
defaults:
1414
run:
15-
shell: bash -l {0}
15+
shell: bash -l {0} # needed so conda is activated in every step
1616

1717
jobs:
1818
lint:
@@ -31,22 +31,6 @@ jobs:
3131
- name: Run ruff
3232
run: ruff check .
3333

34-
typecheck:
35-
name: Type-check (mypy)
36-
runs-on: ubuntu-latest
37-
steps:
38-
- uses: actions/checkout@v4
39-
40-
- uses: actions/setup-python@v5
41-
with:
42-
python-version: "3.11"
43-
44-
- name: Install package + mypy
45-
run: pip install mypy numpy h5py && pip install -e .
46-
47-
- name: Run mypy
48-
run: mypy pyxdm --ignore-missing-imports
49-
5034
test:
5135
name: Tests (Python ${{ matrix.python-version }})
5236
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)