We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960cd0e commit db42684Copy full SHA for db42684
.github/workflows/ci_tests.yaml
@@ -65,10 +65,11 @@ jobs:
65
66
# Setup Miniconda
67
- name: Setup Miniconda
68
- uses: goanpeca/setup-miniconda@v1.6.0
+ uses: conda-incubator/setup-miniconda@v1.7.0
69
with:
70
python-version: ${{ matrix.python-version }}
71
channels: conda-forge
72
+ miniconda-version: "latest"
73
74
# Install GMT and other required dependencies from conda-forge
75
- name: Install GMT and required dependencies
0 commit comments