From c0ac4114e97333804c26f0411310855461ce3889 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Thu, 7 May 2026 09:12:14 -0400 Subject: [PATCH 1/2] drop activate-environment --- .github/workflows/conda-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-nightly.yml b/.github/workflows/conda-nightly.yml index 52b400c8a..0fe614524 100644 --- a/.github/workflows/conda-nightly.yml +++ b/.github/workflows/conda-nightly.yml @@ -22,7 +22,7 @@ jobs: uses: conda-incubator/setup-miniconda@v4 with: miniforge-version: latest - activate-environment: build + # activate-environment: build channels: conda-forge channel-priority: strict From 59afedc2f9dbbe335305cf091c690d8a40adbcda Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Thu, 7 May 2026 09:18:51 -0400 Subject: [PATCH 2/2] explicit base --- .github/workflows/conda-nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda-nightly.yml b/.github/workflows/conda-nightly.yml index 0fe614524..1f4ebd0a4 100644 --- a/.github/workflows/conda-nightly.yml +++ b/.github/workflows/conda-nightly.yml @@ -22,14 +22,14 @@ jobs: uses: conda-incubator/setup-miniconda@v4 with: miniforge-version: latest - # activate-environment: build + activate-environment: base channels: conda-forge channel-priority: strict - name: Install build tools shell: bash -l {0} run: | - conda install -n base -y conda-build anaconda-client + conda install -y conda-build anaconda-client - name: Generate nightly version string id: version