Skip to content

Commit 21e3852

Browse files
authored
Merge branch 'main' into patch-3
2 parents 08cd458 + a98308d commit 21e3852

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,9 @@ jobs:
165165
with:
166166
update-conda: true
167167
python-version: ${{ matrix.python-version }}
168-
conda-channels: conda-forge, defaults
169168

170-
- name: Check Conda Version
171-
run: |
172-
conda --version
173-
174-
- name: Check Conda Info
175-
run: |
176-
conda info
169+
conda-channels: anaconda, conda-forge
170+
- run: which python
177171

178172
- name: Upgrade pip version
179173
run: |

0 commit comments

Comments
 (0)