Skip to content

Commit 5340d2b

Browse files
authored
Update binder links, include 2i2c and BIDS, remove CurveNote (#62)
* Update binder links, include 2i2c and BIDS, remove CurveNote Xref https://mybinder.readthedocs.io/en/latest/about/federation.html#members-of-the-binderhub-federation * Bump gh actions versions Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v2...v6.0.1) Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 2 to 3.2.0. - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v2...v3.2.0) Also remove defaults channel, set solver to libmamba and use miniforge instead of miniconda.
1 parent ee04cde commit 5340d2b

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/repo2docker.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Validator
33

44
on:
55
pull_request:
6-
branches: [ main ]
6+
branches: [main]
77

88
jobs:
99
repo2docker:
@@ -12,12 +12,14 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616

1717
- name: Setup Miniconda
18-
uses: conda-incubator/setup-miniconda@v2
18+
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
1919
with:
20-
channels: conda-forge
20+
conda-remove-defaults: "true"
21+
conda-solver: libmamba
22+
miniforge-version: latest
2123

2224
- name: Install dependencies
2325
shell: bash -l {0}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ versions installed.
88

99
Run it online by clicking on one of the badges below:
1010

11-
- [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GenericMappingTools/try-gmt/main?urlpath=lab/tree/landing-page.ipynb) hosted at https://mybinder.org/
12-
- [![Binder](https://mybinder.org/badge_logo.svg)](https://ovh.mybinder.org/v2/gh/GenericMappingTools/try-gmt/main?urlpath=lab/tree/landing-page.ipynb) hosted at https://ovh.mybinder.org/
13-
- [![Binder](https://mybinder.org/badge_logo.svg)](https://notebooks.gesis.org/binder/v2/gh/GenericMappingTools/try-gmt/main?urlpath=lab/tree/landing-page.ipynb) hosted at https://notebooks.gesis.org/binder/
14-
- [![Binder](https://mybinder.org/badge_logo.svg)](https://binder.curvenote.dev/v2/gh/GenericMappingTools/try-gmt/main?urlpath=lab/tree/landing-page.ipynb) hosted at https://binder.curvenote.dev/
11+
- [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GenericMappingTools/try-gmt/main?urlpath=%2Fdoc%2Ftree%2Flanding-page.ipynb) hosted at https://mybinder.org/
12+
- [![Binder](https://2i2c.mybinder.org/badge_logo.svg)](https://2i2c.mybinder.org/v2/gh/GenericMappingTools/try-gmt/main?urlpath=%2Fdoc%2Ftree%2Flanding-page.ipynb) hosted at https://2i2c.mybinder.org/
13+
- [![Binder](https://bids.mybinder.org/badge_logo.svg)](https://bids.mybinder.org/v2/gh/GenericMappingTools/try-gmt/main?urlpath=%2Fdoc%2Ftree%2Flanding-page.ipynb) hosted at https://bids.mybinder.org/
14+
- [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GenericMappingTools/try-gmt/main?urlpath=%2Fdoc%2Ftree%2Flanding-page.ipynb) hosted at https://notebooks.gesis.org/binder/
1515
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/GenericMappingTools/try-gmt/blob/main/landing-page.ipynb) hosted by [Google Colab](https://colab.research.google.com/) (Need to log in to your Google account).
1616

1717
## Installed packages

0 commit comments

Comments
 (0)