Skip to content

Commit

Permalink
fix: ensure pytest command for notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored and jhlegarreta committed Jan 18, 2025
1 parent 781adbe commit 0390932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0390932

Please sign in to comment.