bd-j/prospector

conda_install.sh does not have name argument

kpandey2000 opened this issue · 0 comments

Hi! I was setting up a conda environment using the provided conda_install.sh and found that there was no "name" tag in the .yml file nor a name positional argument in the .sh file. The installation tutorial (https://github.com/bd-j/prospector/blob/main/doc/installation.rst) does seem to have the proper argument in the .sh file, however.

Would it be possible to add the correct "name" argument in line 15 of conda_install.sh? Thanks!