From db4268413a2a10fcb9d7f571038bd1ece5b96249 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Sun, 6 Sep 2020 11:56:43 +1200 Subject: [PATCH] Cut Windows CI build time in half to 15 min (#586) * Bump setup-miniconda from 1.6.0 to 1.7.0 * Use latest miniconda-version instead of github actions bundled runner --- .github/workflows/ci_tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index b48bbd1b169..b4818fd89a1 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -65,10 +65,11 @@ jobs: # Setup Miniconda - name: Setup Miniconda - uses: goanpeca/setup-miniconda@v1.6.0 + uses: conda-incubator/setup-miniconda@v1.7.0 with: python-version: ${{ matrix.python-version }} channels: conda-forge + miniconda-version: "latest" # Install GMT and other required dependencies from conda-forge - name: Install GMT and required dependencies