We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b8252 commit e18ba3dCopy full SHA for e18ba3d
.github/workflows/ci.yaml
@@ -106,13 +106,16 @@ jobs:
106
with:
107
repository: 'pydata/xarray'
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
+ - uses: conda-incubator/setup-miniconda@v2
111
112
- environment-file: ci/requirements/environment.yml
113
- environment-name: xarray-tests
114
- extra-specs: |
115
- python=${{ matrix.python-version }}
+ channels: conda-forge
+ channel-priority: strict
+ mamba-version: "*"
+ activate-environment: xarray-tests
+ auto-update-conda: false
116
+ python-version: "3.10"
117
+ use-only-tar-bz2: true
118
+
119
- name: Install xarray
120
run: |
121
python -m pip install --no-deps .
0 commit comments