Skip to content

Removed the need to use get_ipython when the function code is not run… #105

Removed the need to use get_ipython when the function code is not run…

Removed the need to use get_ipython when the function code is not run… #105

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