File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1818 - name : Checkout
1919 uses : actions/checkout@v2
2020
21- - name : Setup Miniconda
22- uses : conda-incubator/setup-miniconda@v2
21+ - name : Setup conda
22+ uses : mamba-org/provision-with-micromamba@main
2323 with :
24- auto-update-conda : true
25- auto-activate-base : false
26- activate-environment : test_env
2724 environment-file : ci/environment-${{ matrix.CONDA_ENV }}.yml
2825
2926 - name : Development Install Intake-Xarray
Original file line number Diff line number Diff line change 1717 version = versioneer .get_version (),
1818 cmdclass = versioneer .get_cmdclass (),
1919 description = 'xarray plugins for Intake' ,
20- url = 'https://github.com/ContinuumIO /intake-xarray' ,
20+ url = 'https://github.com/intake /intake-xarray' ,
2121 maintainer = 'Martin Durant' ,
2222 maintainer_email = '[email protected] ' ,
2323 license = 'BSD' ,
You can’t perform that action at this time.
0 commit comments