Currently the grep expression used to filter existing conda envs only
use ${{ env.conda-env-name-no-time }}, whereas the full env name
includes the date. This results in false hits when jobs in a single
workflow runs across multiple dates.
Currently the grep expression used to filter existing conda envs only
use ${{ env.conda-env-name-no-time }}, whereas the full env name
includes the date. This results in false hits when jobs in a single
workflow runs across multiple dates.