diff --git a/.github/workflows/conda_build.yml b/.github/workflows/conda_build.yml index a946310..99eb9c8 100644 --- a/.github/workflows/conda_build.yml +++ b/.github/workflows/conda_build.yml @@ -33,7 +33,7 @@ jobs: conda-build-version: 3 conda-solver: "classic" auto-activate-base: true - activate-environment: "" + activate-environment: "base" python-version: "3.10" - name: Setup Xcode and SDK on macOS if: runner.os == 'macOS'