Kyle Edwards
Kyle Edwards
The local `copyright.py` script is bug-prone. Replace it with a more robust centralized script from `pre-commit-hooks`.
The local `copyright.py` script is bug-prone. Replace it with a more robust centralized script from `pre-commit-hooks`.
## Description * Read `VERSION` file from CMake * Read `rmm.__version__` from docs build * Read `VERSION` file from shell scripts * Remove updates from `ci/release/update-version.sh` Issue: https://github.com/rapidsai/build-planning/issues/15 ## Checklist...
Add a `--log-file` argument for container-canary to write detailed logs, so that developers can see exactly how and why a test failed.
Consider the following: ```sh #!/bin/sh set -ex cat > phony-tcp.Dockerfile
Contributes to rapidsai/build-planning#15.
Contributes to rapidsai/build-planning#31.
Contributes to https://github.com/rapidsai/build-planning/issues/31.
We already have the built package, so test that instead of an editable install. This helps avoid having to install the build dependencies for nx-cugraph at test time.
With the deployment of rapids-build-backend, we need to make sure our dependencies have alpha specs. Contributes to https://github.com/rapidsai/build-planning/issues/31 ## Description ## Checklist - [ ] I am familiar with the...