We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e84404 commit a7192e3Copy full SHA for a7192e3
1 file changed
.github/workflows/ci.yaml
@@ -65,7 +65,6 @@ jobs:
65
cache-environment-key: "${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
66
create-args: >-
67
python=${{matrix.python-version}}
68
- conda
69
70
- name: Install nightly xarray
71
run: |
@@ -75,11 +74,6 @@ jobs:
75
74
76
python -m pip install --no-deps -e .
77
78
- - name: Version info
79
- run: |
80
- conda info -a
81
- conda list
82
-
83
- name: Import xarray-array-testing
84
85
python -c 'import xarray_array_testing'
0 commit comments