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.
1 parent ed88315 commit f25fcbeCopy full SHA for f25fcbe
.github/workflows/ci.yml
@@ -177,8 +177,8 @@ jobs:
177
update-conda: true
178
python-version: ${{ matrix.python-version }}
179
conda-channels: anaconda, conda-forge
180
- - run: conda --version
181
- - run: which python
+ - run: conda config --set always_yes yes --set changeps1 no
+ - run: conda info -a
182
183
- name: Upgrade pip version
184
run: |
0 commit comments