From ee3246d24d23e8780558165bcef9cfa62db625cc Mon Sep 17 00:00:00 2001 From: Joran Angevaare Date: Wed, 17 Aug 2022 11:28:15 +0200 Subject: [PATCH] update pytest --- .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 7bcb277..e0cba6b 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 + pip install nbmake pytest-xdist pytest coverage coveralls # Several optional packages that are imported in the notebooks pip install git+https://github.com/XENON1T/laidbax python setup.py develop