From 35f4e259e015912a95a5bcf6ed22803d75b3e300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruilong=20Li=28=E6=9D=8E=E7=91=9E=E9=BE=99=29?= Date: Fri, 29 Sep 2023 14:55:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8a5868ae..c84710071 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Because we check for black formatting, it is recommend to run black before commi black . diff_rast/ tests/ examples/ ``` -Since there is no GPU supported on github workflow container, we test against those cuda unit tests under `tests/`. So it is recommended to check test pass locally before committing: +Since there is no GPU supported on github workflow container, we don't test against those cuda unit tests under `tests/` in PR. So it is recommended to check test pass locally before committing: ```bash pytest tests/ # check for all tests