diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 8749c84..747823d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -37,7 +37,7 @@ jobs: run: | # Requirements for running the notebooks as a pytest pip install cython - pip install nbmake pytest-xdist pytest coverage coveralls pytest-cov pytest-notebook + pip install nbmake pytest-xdist pytest coverage coveralls pytest-cov pytest-notebook ipython_genutils # Several optional packages that are imported in the notebooks pip install git+https://github.com/XENON1T/laidbax python setup.py develop