Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Bump semver from 5.7.1 to 5.7.2 in /jupyterlab_orbit (#1384) #2089

Bump semver from 5.7.1 to 5.7.2 in /jupyterlab_orbit (#1384)

Bump semver from 5.7.1 to 5.7.2 in /jupyterlab_orbit (#1384) #2089

name: JupyterLab Extentions
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
JupyterLabExtension:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
defaults:
run:
working-directory: jupyterlab_orbit
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Install dependencies
run: python -m pip install jupyterlab
- name: Build the extension
run: |
export PATH=$PATH:/home/runner/.local/bin
# jlpm
# jlpm run eslint:check
# python -m pip install .
echo 0