@ -64,6 +64,6 @@ steps:
- script: |
cd docs && make doctest && cd ..
pytest -v --cov . --cov-report xml:coverage.xml
poetry run pytest -v --cov . --cov-report xml:coverage.xml
./cc-test-reporter after-build --exit-code $?
displayName: 'Run tests'
@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXBUILD = poetry run sphinx-build
SOURCEDIR = source
BUILDDIR = build