Skip to content

Commit

Permalink
Cut Windows CI build time in half to 15 min (#586)
Browse files Browse the repository at this point in the history
* Bump setup-miniconda from 1.6.0 to 1.7.0
* Use latest miniconda-version instead of github actions bundled runner
  • Loading branch information
weiji14 authored Sep 5, 2020
1 parent 960cd0e commit db42684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db42684

Please sign in to comment.