added : demos to test ci

This commit is contained in:
Khwahish Patel
2025-03-02 18:08:34 +05:30
committed by Paul Robinson
parent bef8a82a52
commit f6279c23ac
4 changed files with 111 additions and 11 deletions

View File

@ -22,6 +22,7 @@ commands=
core: pytest {posargs:tests/core}
interop: pytest {posargs:tests/interop}
docs: make check-docs-ci
demos: pytest {posargs:tests/core/examples/test_examples.py}
basepython=
docs: python
windows-wheel: python