We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08cd458 + a98308d commit 21e3852Copy full SHA for 21e3852
.github/workflows/ci.yml
@@ -165,15 +165,9 @@ jobs:
165
with:
166
update-conda: true
167
python-version: ${{ matrix.python-version }}
168
- conda-channels: conda-forge, defaults
169
170
- - name: Check Conda Version
171
- run: |
172
- conda --version
173
-
174
- - name: Check Conda Info
175
176
- conda info
+ conda-channels: anaconda, conda-forge
+ - run: which python
177
178
- name: Upgrade pip version
179
run: |
0 commit comments