Skip to content

First sketch of jupynbm and nbmjupy console scripts #103

First sketch of jupynbm and nbmjupy console scripts

First sketch of jupynbm and nbmjupy console scripts #103

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.10'
architecture: 'x64'
- name: Install library
run: |
pip install -e .[dev]
- name: Run tests
run: |
pytest tests