From 800ccb3098495cc4c4952097e89de52aaf22f118 Mon Sep 17 00:00:00 2001 From: keewis Date: Fri, 15 Jan 2021 00:45:06 +0100 Subject: [PATCH] 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 --- .github/workflows/upstream-dev-ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/upstream-dev-ci.yaml b/.github/workflows/upstream-dev-ci.yaml index 29fd745fbcc..dda762878c5 100644 --- a/.github/workflows/upstream-dev-ci.yaml +++ b/.github/workflows/upstream-dev-ci.yaml @@ -64,7 +64,11 @@ jobs: run: | mamba env update -f ci/requirements/environment.yml bash ci/install-upstream-wheels.sh + - name: Version info + run: | + conda info -a conda list + python xarray/util/print_versions.py - name: import xarray run: | python -c 'import xarray'