Skip to content

Commit c41272c

Browse files
authored
add link to kaggle notebook for cudf tests (#1227)
1 parent 0c1650c commit c41272c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ nox
109109

110110
Notice that nox will also require to have all the python versions that are defined in the `noxfile.py` installed in your system.
111111

112+
#### Testing cuDF
113+
114+
We can't currently test in CI against cuDF, but you can test it manually in Kaggle using GPUs. Please follow this [Kaggle notebook](https://www.kaggle.com/code/marcogorelli/testing-cudf-in-narwhals) to run the tests.
115+
112116
### 7. Building docs
113117

114118
To build the docs, run `mkdocs serve`, and then open the link provided in a browser.

0 commit comments

Comments
 (0)