Bump conda-lock from 1.4 to 2.3 (#483) #483
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
# Trigger build on mybinder.org for faster startup | |
# https://github.com/jupyterhub/repo2docker-action#cache-builds-on-mybinderorg | |
name: Binder | |
on: [push] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
# NOTE: look into doing this for pangeo-binders too! | |
Create-MyBinderOrg-Cache: | |
runs-on: ubuntu-latest | |
steps: | |
- name: cache binder build on mybinder.org | |
uses: jupyterhub/repo2docker-action@master | |
with: | |
NO_PUSH: true | |
MYBINDERORG_TAG: ${{ github.event.ref }} |