From 63492b4fcefab74d5c405edfd7be855ee72d2e0d Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Fri, 15 Mar 2024 16:00:29 +0100 Subject: [PATCH] GHA: not to use base env --- .github/workflows/conda_build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/conda_build.yml b/.github/workflows/conda_build.yml index 4d760cd..b1c8412 100644 --- a/.github/workflows/conda_build.yml +++ b/.github/workflows/conda_build.yml @@ -32,8 +32,6 @@ jobs: auto-update-conda: false conda-build-version: 3 conda-solver: "classic" - auto-activate-base: true - activate-environment: true python-version: "3.10" - name: Setup Xcode and SDK on macOS if: runner.os == 'macOS'