From 0390932558168a7a33821b26441075d121b7019b Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 16 Jan 2025 13:49:30 +0100 Subject: [PATCH] fix: ensure pytest command for notebooks --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 58f74c7..cad9c24 100644 --- a/tox.ini +++ b/tox.ini @@ -64,7 +64,8 @@ pass_env = PATH extras = notebooks commands = - pytest --nbmake {toxinidir}/docs/notebooks/*.ipynb + ls -la {toxinidir} + pytest --nbmake {toxinidir}/docs/notebooks/*ipynb [testenv:docs] description = Build documentation site