Skip to content

Fixed notebook errors and added missing package. #4

Fixed notebook errors and added missing package.

Fixed notebook errors and added missing package. #4

Workflow file for this run

name: Create image for repo
on: push
jobs:
binder:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_ACCESS }}
BINDER_CACHE: true
PUBLIC_REGISTRY_CHECK: true