Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #148

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #148

Workflow file for this run

name: Build
on:
push:
branches: master
pull_request:
branches: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: 'x64'
- name: Install dependencies
run: python -m pip install jupyterlab pytest "pytest-jupyter[server]>=0.6.0"
- name: Build the extension
run: |
jlpm
jlpm run eslint:check
python -m pip install .
pytest jupyter_archive
jupyter server extension list 2>&1 | grep -ie "jupyter_archive.*OK"
jupyter labextension list 2>&1 | grep -ie "@hadim/jupyter-archive.*OK"
python -m jupyterlab.browser_check