Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82cfed3

Browse files
authored
Merge pull request #25952 from pavelzw/patch-1
Switch from provision-with-micromamba to setup-micromamba
2 parents 6df1bb3 + 7ba1f9d commit 82cfed3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/nightlies.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
defaults:
1919
run:
20-
# The login shell is necessary for the provision-with-micromamba setup
20+
# The login shell is necessary for the setup-micromamba setup
2121
# to work in subsequent jobs.
22-
# https://github.com/mamba-org/provision-with-micromamba#important
22+
# https://github.com/mamba-org/setup-micromamba#about-login-shells
2323
shell: bash -e -l {0}
2424
if: github.repository_owner == 'matplotlib'
2525

@@ -60,12 +60,13 @@ jobs:
6060
6161
# N.B. anaconda-client is only maintained on the main channel
6262
- name: Install anaconda-client
63-
uses: mamba-org/provision-with-micromamba@v15
63+
uses: mamba-org/setup-micromamba@v1
6464
with:
65-
environment-file: false
6665
environment-name: nightlies
6766
extra-specs: anaconda-client=1.10.0
68-
channels: main
67+
condarc: |
68+
channels:
69+
- main
6970
7071
- name: Upload wheels to Anaconda Cloud as nightlies
7172
run: |

0 commit comments

Comments
 (0)