From 31b6387b13fd1826dde36e67370b36ff4b0e0217 Mon Sep 17 00:00:00 2001 From: Leighton Pritchard Date: Mon, 19 Feb 2024 18:45:57 +0000 Subject: [PATCH] switch source of setup-miniconda in GitHub Action --- .github/workflows/build-on-push-to-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-on-push-to-master.yml b/.github/workflows/build-on-push-to-master.yml index 7f8fb8d3..2668bb4c 100644 --- a/.github/workflows/build-on-push-to-master.yml +++ b/.github/workflows/build-on-push-to-master.yml @@ -21,7 +21,7 @@ jobs: python-version: "3.11" - name: Install Miniconda - uses: actions/setup-miniconda@v3 + uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true python-version: "3.11"