diff --git a/conda/meta.yaml b/conda/meta.yaml index 8ee87fa4e6f7cf55f96b563a96a72ef8c41c73f2..62f12a8283dd62f7a55ac84def5582da8bd007a7 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -115,7 +115,7 @@ test: - bdt sphinx --help - bdt sphinx migrate-autodoc-flags --help - bdt gitlab alt-nightlies --help - - pytest --capture=no --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ name }} + - pytest --capture=no --verbose --cov {{ name }} --cov-report term-missing --cov-report html:sphinx/coverage --cov-report xml:coverage.xml --pyargs {{ name }} - sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx {% if not os.path.exists('sphinx') %} - if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi