Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ To run all tests with coverage (assuming installed `pytest-cov`):
bash tests/run_cpu_tests.sh
```

On Windows, distributed tests should be skipped
```bash
SKIP_DISTRIB_TESTS=1 bash tests/run_cpu_tests.sh
```

#### Run Mypy checks:

To run mypy to check the optional static type:
Expand Down