Skip to content

Commit 800ccb3

Browse files
authored
add a version info step to the upstream-dev CI (#4815)
* add a version info step to the upstream-dev CI [test-upstream] [skip-ci] * Merge branch 'master' into version-info-step
1 parent 3721725 commit 800ccb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/upstream-dev-ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ jobs:
6464
run: |
6565
mamba env update -f ci/requirements/environment.yml
6666
bash ci/install-upstream-wheels.sh
67+
- name: Version info
68+
run: |
69+
conda info -a
6770
conda list
71+
python xarray/util/print_versions.py
6872
- name: import xarray
6973
run: |
7074
python -c 'import xarray'

0 commit comments

Comments
 (0)