Skip to content

Commit b1af29c

Browse files
committed
remove black and pyright from tests workflow
1 parent 74fdb9e commit b1af29c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
python-version: ${{ matrix.python }}
2424
- name: Install project dependencies
2525
run: pip install -e ".[dev]"
26-
- name: Test code's formatting (Black)
27-
run: black --check docs tests src/xarray_dataclasses
28-
- name: Test code's typing (Pyright)
29-
run: pyright docs tests src/xarray_dataclasses
3026
- name: Test code's execution (pytest)
3127
run: pytest -v tests
3228
- name: Test docs' building (Sphinx)

0 commit comments

Comments
 (0)