Skip to content
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

VS 1171 Add an optional Hail whl to the integration test #8624

Closed
wants to merge 9 commits into from

Conversation

RoriCremer
Copy link
Contributor

need to run this first


if [[ -z "~{hail_wheel}" ]]
then
pip install ~{hail_wheel}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is backwards... -z tests if the string is empty, so this pip invocation should be swapped with the one currently in the else.


if [[ -z "~{hail_wheel}" ]]
then
pip install ~{hail_wheel}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same issue here

@RoriCremer RoriCremer closed this Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants