Skip to content

Commit db42684

Browse files
authored
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
1 parent 960cd0e commit db42684

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ jobs:
6565

6666
# Setup Miniconda
6767
- name: Setup Miniconda
68-
uses: goanpeca/setup-miniconda@v1.6.0
68+
uses: conda-incubator/setup-miniconda@v1.7.0
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171
channels: conda-forge
72+
miniconda-version: "latest"
7273

7374
# Install GMT and other required dependencies from conda-forge
7475
- name: Install GMT and required dependencies

0 commit comments

Comments
 (0)