We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fdb9e commit b1af29cCopy full SHA for b1af29c
.github/workflows/tests.yml
@@ -23,10 +23,6 @@ jobs:
23
python-version: ${{ matrix.python }}
24
- name: Install project dependencies
25
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
30
- name: Test code's execution (pytest)
31
run: pytest -v tests
32
- name: Test docs' building (Sphinx)
0 commit comments