File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments