File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,16 @@ jobs:
106
106
with :
107
107
repository : ' pydata/xarray'
108
108
fetch-depth : 0 # Fetch all history for all branches and tags.
109
- - name : Set up conda environment
110
- uses : mamba-org/provision-with-micromamba@de032af7fb3675649f3d4bbdda85178ba412ee41
109
+ - uses : conda-incubator/setup-miniconda@v2
111
110
with :
112
- environment-file : ci/requirements/environment.yml
113
- environment-name : xarray-tests
114
- extra-specs : |
115
- python=${{ matrix.python-version }}
111
+ channels : conda-forge
112
+ channel-priority : strict
113
+ mamba-version : " *"
114
+ activate-environment : xarray-tests
115
+ auto-update-conda : false
116
+ python-version : " 3.10"
117
+ use-only-tar-bz2 : true
118
+
116
119
- name : Install xarray
117
120
run : |
118
121
python -m pip install --no-deps .
You can’t perform that action at this time.
0 commit comments