File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -311,23 +311,14 @@ jobs:
311311 with :
312312 fetch-depth : 0 # Fetch all history for all branches and tags.
313313
314- - name : Setup micromamba
315- uses : mamba-org/setup-micromamba@v2
316- with :
317- environment-name : xarray-tests
318- create-args : >-
319- python=3.12
320- pyyaml
321- python-dateutil
322- cytoolz
323- rich
324- rich-click
325- py-rattler
326-
327314 - name : All-deps minimum versions policy
328- run : |
329- python ci/minimum_versions.py ci/requirements/min-all-deps.yml
315+ uses : xarray-contrib/minimum-dependency-versions@af493cb84f163e4a1634d564be9cae2a3e7b9fca # v0.1
316+ with :
317+ policy : ci/policy.yaml
318+ environment-paths : ci/requirements/min-all-deps.yml
330319
331320 - name : Bare minimum versions policy
332- run : |
333- python ci/minimum_versions.py ci/requirements/bare-minimum.yml
321+ uses : xarray-contrib/minimum-dependency-versions@af493cb84f163e4a1634d564be9cae2a3e7b9fca # v0.1
322+ with :
323+ policy : ci/policy.yaml
324+ environment-paths : ci/requirements/bare-minimum.yml
You can’t perform that action at this time.
0 commit comments