rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
273 stars 67 forks source link

Fix GHA: external dependencies tests #498

Closed AjayThorve closed 1 year ago

AjayThorve commented 1 year ago

The workflow was picking up incorrect version(stable) of cudf from rapidsai-nightly channel (since patch 23.06.1 was released), causing the install and hence the tests to fail.

This PR updates the workflow to install cudf from the rapidsai channel

AjayThorve commented 1 year ago

/merge