From 875158a60f823cef30c83398ea39a050d7088178 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Thu, 5 Oct 2023 11:09:13 -0700 Subject: [PATCH] [ci] Remove debug lines added in create-conda-env --- .github/actions/create-conda-env/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/create-conda-env/action.yml b/.github/actions/create-conda-env/action.yml index 1834253c..1c302764 100644 --- a/.github/actions/create-conda-env/action.yml +++ b/.github/actions/create-conda-env/action.yml @@ -5,8 +5,6 @@ runs: steps: - name: Create conda environments run: | - echo $(which conda) - 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