-
Notifications
You must be signed in to change notification settings - Fork 18
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
added gh cli to citestwheel #243
Conversation
This PR is to support work on https://github.com/rapidsai/ops/issues/2982 |
@@ -131,6 +131,17 @@ ENV PATH="/pyenv/versions/${PYTHON_VER}/bin/:$PATH" | |||
COPY --from=aws-cli /usr/local/aws-cli/ /usr/local/aws-cli/ | |||
COPY --from=aws-cli /usr/local/bin/ /usr/local/bin/ | |||
|
|||
# Download and install GH CLI tool | |||
ARG GH_CLI_VER=notset | |||
ARG CPU_ARCH=notset |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VenkateshJaya Could you file a follow-up to move this ARG CPU_ARCH=notset
higher up in the file, to match what we do in ci-wheel
? See
Line 13 in e235fac
ARG CPU_ARCH=notset |
Also, could we move this block above # Install pyenv
? That would make the ordering of the citestwheel
commands more similar to those in ci-wheel
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can file a PR to make these changes if someone else would approve it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do the changes @bdice and open up a new PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR adds GitHub CLI (gh cli) for the
citestwheel