Skip to content

Fix arbittrary --> arbitrary typo #205

Fix arbittrary --> arbitrary typo

Fix arbittrary --> arbitrary typo #205

Workflow file for this run

name: repo2docker CI
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install repo2docker
run: |
python -m pip install --upgrade pip
python -m pip install jupyter-repo2docker
- name: Build dask-examples Docker image
run: jupyter-repo2docker --no-run --debug .