Skip to content

Commit

Permalink
Add contributing warning about circular imports (#15691)
Browse files Browse the repository at this point in the history
Closes #15689 

Adds warning to contributing doc regarding the necessity to rebuild and the type of error a developer may see

Authors:
  - https://github.com/er-eis

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #15691
  • Loading branch information
er-eis committed May 21, 2024
1 parent eb7b50a commit 70922d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ To build all libraries and tests, with Python packages in development mode, simp
./build.sh --pydevelop libcudf libcudf_kafka cudf dask_cudf cudf_kafka custreamz
```

- **Note**: if Cython files (`*.pyx` or `*.pxd`) have changed, the Python build must be rerun.

To run the C++ tests, run

```bash
Expand Down

0 comments on commit 70922d0

Please sign in to comment.