Skip to content

Works until nbm2jupy, where types of cell array has one more element … #120

Works until nbm2jupy, where types of cell array has one more element …

Works until nbm2jupy, where types of cell array has one more element … #120

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