Skip to content

Commit a7192e3

Browse files
committed
don't try to install conda
(still not available on conda-forge for python 3.13, but also the extra info from `conda info -a` may not be that important)
1 parent 1e84404 commit a7192e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
cache-environment-key: "${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
6666
create-args: >-
6767
python=${{matrix.python-version}}
68-
conda
6968
7069
- name: Install nightly xarray
7170
run: |
@@ -75,11 +74,6 @@ jobs:
7574
run: |
7675
python -m pip install --no-deps -e .
7776
78-
- name: Version info
79-
run: |
80-
conda info -a
81-
conda list
82-
8377
- name: Import xarray-array-testing
8478
run: |
8579
python -c 'import xarray_array_testing'

0 commit comments

Comments
 (0)