From f25fcbee59b73bb611d8c22620e475d6fbec1b06 Mon Sep 17 00:00:00 2001 From: Kushagra9399 <146541055+Kushagra9399@users.noreply.github.com> Date: Wed, 5 Mar 2025 21:34:25 +0530 Subject: [PATCH] Update ci.yml Updating test case according to copilot --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77e81bac..1d887e25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,8 +177,8 @@ jobs: update-conda: true python-version: ${{ matrix.python-version }} conda-channels: anaconda, conda-forge - - run: conda --version - - run: which python + - run: conda config --set always_yes yes --set changeps1 no + - run: conda info -a - name: Upgrade pip version run: |