diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d6c835fee12..ce56045a8e31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: