From 7ba1f9d3bb0309d06991c370446461e22789cd92 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Tue, 23 May 2023 02:06:55 +0200 Subject: [PATCH] Switch to setup-micromamba --- .github/workflows/nightlies.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index f748e6433d42..d916e18da205 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -17,9 +17,9 @@ jobs: runs-on: ubuntu-latest defaults: run: - # The login shell is necessary for the provision-with-micromamba setup + # The login shell is necessary for the setup-micromamba setup # to work in subsequent jobs. - # https://github.com/mamba-org/provision-with-micromamba#important + # https://github.com/mamba-org/setup-micromamba#about-login-shells shell: bash -e -l {0} if: github.repository_owner == 'matplotlib' @@ -60,12 +60,13 @@ jobs: # N.B. anaconda-client is only maintained on the main channel - name: Install anaconda-client - uses: mamba-org/provision-with-micromamba@v15 + uses: mamba-org/setup-micromamba@v1 with: - environment-file: false environment-name: nightlies extra-specs: anaconda-client=1.10.0 - channels: main + condarc: | + channels: + - main - name: Upload wheels to Anaconda Cloud as nightlies run: |