Skip to content

Commit f25fcbe

Browse files
authored
Update ci.yml
Updating test case according to copilot
1 parent ed88315 commit f25fcbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ jobs:
177177
update-conda: true
178178
python-version: ${{ matrix.python-version }}
179179
conda-channels: anaconda, conda-forge
180-
- run: conda --version
181-
- run: which python
180+
- run: conda config --set always_yes yes --set changeps1 no
181+
- run: conda info -a
182182

183183
- name: Upgrade pip version
184184
run: |

0 commit comments

Comments
 (0)