-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accept empty --matrix
values as CLI flag
#17
Comments
This bug was found in the code below |
ajschmidt8
added a commit
to rapidsai/rapids-cmake
that referenced
this issue
Nov 15, 2022
Now that rapidsai/dependency-file-generator#17 has been closed, this `FIXME` can be removed.
7 tasks
rapids-bot bot
pushed a commit
to rapidsai/rapids-cmake
that referenced
this issue
Nov 15, 2022
Now that rapidsai/dependency-file-generator#17 has been closed, this `FIXME` can be removed. Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Sevag H (https://github.com/sevagh) - Jake Awe (https://github.com/AyodeAwe) - Robert Maynard (https://github.com/robertmaynard) URL: #305
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, if you run the following command:
you'll get an error that says:
Empty
--matrix
values should probably be allowed. One use case is for environments generated for thecheck_style.sh
scripts, where most of the dependencies will just be pure Python dependencies that don't vary per CUDA version, Python version, or architecture.The text was updated successfully, but these errors were encountered: