[ci] Attempt 2

This commit is contained in:
Hansung Kim
2023-10-04 18:29:28 -07:00
parent 994e46f7c4
commit cac5c57b7d

View File

@@ -6,7 +6,7 @@ runs:
- name: Create conda environments
run: |
echo $(which conda)
conda init bash
conda activate base
if conda env list | grep -q "envs/${{ env.conda-env-name-no-time }}"; then
echo "Using pre-existing conda environments with prefix ${{ env.conda-env-name-no-time }}"
else