File tree 1 file changed +6
-5
lines changed 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
defaults :
19
19
run :
20
- # The login shell is necessary for the provision-with -micromamba setup
20
+ # The login shell is necessary for the setup -micromamba setup
21
21
# 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
23
23
shell : bash -e -l {0}
24
24
if : github.repository_owner == 'matplotlib'
25
25
@@ -60,12 +60,13 @@ jobs:
60
60
61
61
# N.B. anaconda-client is only maintained on the main channel
62
62
- name : Install anaconda-client
63
- uses : mamba-org/provision-with- micromamba@v15
63
+ uses : mamba-org/setup- micromamba@v1
64
64
with :
65
- environment-file : false
66
65
environment-name : nightlies
67
66
extra-specs : anaconda-client=1.10.0
68
- channels : main
67
+ condarc : |
68
+ channels:
69
+ - main
69
70
70
71
- name : Upload wheels to Anaconda Cloud as nightlies
71
72
run : |
You can’t perform that action at this time.
0 commit comments