From 300930a0730d654a1b0c9c8c970f560b5d206088 Mon Sep 17 00:00:00 2001 From: Kishan-Ved Date: Sat, 8 Mar 2025 15:49:53 +0530 Subject: [PATCH] FIX: Windows CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77e81bac..b16910be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,7 +177,7 @@ jobs: update-conda: true python-version: ${{ matrix.python-version }} conda-channels: anaconda, conda-forge - - run: conda --version + # - run: conda --version # This fails due to unknown reasons - run: which python - name: Upgrade pip version