From 9da3c7cae0913d1dbbda04eb0e3a45009a8010fc Mon Sep 17 00:00:00 2001 From: cyberguli Date: Wed, 26 Nov 2025 16:51:35 +0100 Subject: [PATCH] try to fix macos action --- .github/workflows/testing_pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing_pr.yml b/.github/workflows/testing_pr.yml index 25299ad7..8247a9b5 100644 --- a/.github/workflows/testing_pr.yml +++ b/.github/workflows/testing_pr.yml @@ -25,11 +25,11 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup conda - uses: s-weigand/setup-conda@v1 + uses: conda-incubator/setup-miniconda@v3 with: - update-conda: true + auto-update-conda: true python-version: ${{ matrix.python-version }} - conda-channels: anaconda, conda-forge + channels: anaconda, conda-forge - name: Install Python dependencies run: |