From e62f3b7528668b4ab9ed9012663ddc207cf4d76f Mon Sep 17 00:00:00 2001 From: Tom White Date: Tue, 17 Nov 2020 12:28:12 +0000 Subject: [PATCH] Update setup-miniconda action to avoid "add-path" and "set-env" errors. See https://github.com/conda-incubator/setup-miniconda/issues/78 --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 75497830d..9fc10b974 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,10 +13,11 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Miniconda with Python version ${{ matrix.python-version }} - uses: goanpeca/setup-miniconda@v1 + uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true channels: conda-forge + miniconda-version: "latest" python-version: ${{ matrix.python-version }} - name: Install dependencies # activate conda