Simplify the way the imports are done on the python notebooks #64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a workflow to trigger an image build of this repository on mybinder.org | |
name: 'Trigger Binder build' | |
on: | |
push: | |
branches: [main] | |
jobs: | |
trigger-binder-build: | |
runs-on: [ubuntu-latest] | |
steps: | |
- uses: s-weigand/trigger-mybinder-build@v1.0.4 | |
with: | |
target-repo: ternaustralia/cmrset-examples | |
target-state: main |