Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 authored Sep 29, 2023
1 parent 93501bb commit 35f4e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35f4e25

Please sign in to comment.