From a4cfb266a0e74ece3df61a24fd01eb85b93866a6 Mon Sep 17 00:00:00 2001 From: Luciano Lorenti Date: Sat, 24 Feb 2024 23:56:52 +0100 Subject: [PATCH] Test: Avoid testing jupyter notebook in the github actions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24f48bbd..bc94b8d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Test with pytest run: | - coverage run --source=. -m pytest --nbmake + coverage run --source=. -m pytest coverage report -m