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

Add a check for git in install and tests #73

Open
gilfreund opened this issue Jun 21, 2020 · 1 comment
Open

Add a check for git in install and tests #73

gilfreund opened this issue Jun 21, 2020 · 1 comment

Comments

@gilfreund
Copy link

Hi,

Both the install and test required git to operate. As we are installing to a central NFS location, this is not the case for all out hosts.
I would recommend one of the following:

  • Add a test for git existence:
command -v git &> /dev/null && echo true || echo false
  • Add git to the conda environment

Thanks

Gil

@cnobles
Copy link
Owner

cnobles commented Jul 9, 2020

That's a great suggestion, I'll work that in in the next update. Thanks!

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

No branches or pull requests

2 participants