Skip to content

Commit

Permalink
add a version info step to the upstream-dev CI (#4815)
Browse files Browse the repository at this point in the history
* add a version info step to the upstream-dev CI [test-upstream] [skip-ci]

* Merge branch 'master' into version-info-step
  • Loading branch information
keewis authored Jan 14, 2021
1 parent 3721725 commit 800ccb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 800ccb3

Please sign in to comment.