From 1d0e80555a087b2905a2eef99015928f9c904a07 Mon Sep 17 00:00:00 2001 From: Joran Angevaare Date: Wed, 17 Aug 2022 13:01:07 +0200 Subject: [PATCH] add requirement --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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