Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make conda recipe data-loading stricter (#90)
Contributes to rapidsai/build-planning#72. Proposes replacing a use of `.get()` in the conda recipe with `[]`, to ensure that we get a loud build error if the `"project"` table is not present when `conda-build` reads `pyproject.toml`. ## Notes for Reviewers I know that at some time in the past, the `.get()` was introduced as a possible solution for errors observed at build time: #33 (comment) Pushed this to see if those issues are still present, and they don't seem to be!
- Loading branch information