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 27fb07f + a98308d commit 6f74083Copy full SHA for 6f74083
.github/workflows/ci.yml
@@ -177,7 +177,7 @@ jobs:
177
update-conda: true
178
python-version: ${{ matrix.python-version }}
179
conda-channels: anaconda, conda-forge
180
- - run: conda --version
+ # - run: conda --version # This fails due to unknown reasons
181
- run: which python
182
183
- name: Upgrade pip version
0 commit comments