Skip to content

Feat/notebook recording (#25) #15

Feat/notebook recording (#25)

Feat/notebook recording (#25) #15

Workflow file for this run

name: build
on: [push]
jobs:
# build docker container
build:
runs-on: ubuntu-latest
steps:
- name: checkout files in repo
uses: actions/checkout@main
- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ltalirz
NO_PUSH: true