From cac5c57b7d403fd85c38b3262c4d3b424577a377 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Wed, 4 Oct 2023 18:29:28 -0700 Subject: [PATCH] [ci] Attempt 2 --- .github/actions/create-conda-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-conda-env/action.yml b/.github/actions/create-conda-env/action.yml index 9960a2c5..1834253c 100644 --- a/.github/actions/create-conda-env/action.yml +++ b/.github/actions/create-conda-env/action.yml @@ -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