RKuttruff commented on code in PR #91:
URL:
https://github.com/apache/incubator-sdap-ingester/pull/91#discussion_r1402416969
##########
granule_ingester/setup.py:
##########
@@ -24,7 +24,7 @@
__version__ = f.readline()
try:
- check_call(['conda', 'install', '-y', '-c', 'conda-forge', '--file',
'conda-requirements.txt'])
+ check_call(['mamba', 'install', '-y', '-c', 'conda-forge', '--file',
'conda-requirements.txt'])
Review Comment:
On second thought... maybe I should still do that in the event it's being
run locally w/o mamba installed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]