Skip to content

Commit e18ba3d

Browse files
committed
activate env
1 parent e9b8252 commit e18ba3d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,16 @@ jobs:
106106
with:
107107
repository: 'pydata/xarray'
108108
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
111110
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+
116119
- name: Install xarray
117120
run: |
118121
python -m pip install --no-deps .

0 commit comments

Comments
 (0)