From e960b1e6e707e2748ad16038b548f726761a1fc0 Mon Sep 17 00:00:00 2001 From: "T.Tian" Date: Wed, 17 Jan 2024 17:31:44 +0800 Subject: [PATCH] update doc path in workflow --- .github/workflows/installation_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installation_test.yml b/.github/workflows/installation_test.yml index 9f8276f8..2687cccb 100644 --- a/.github/workflows/installation_test.yml +++ b/.github/workflows/installation_test.yml @@ -46,7 +46,7 @@ jobs: # python -m pytest -svv tests/ --cov=sparc --cov-report=json --cov-report=html export SPARC_TESTS_DIR="./SPARC-master/tests" export ASE_SPARC_COMMAND="mpirun -n 1 sparc" - export SPARC_DOC_PATH="./SPARC-master/doc" + export SPARC_DOC_PATH="./SPARC-master/doc/.LaTeX" coverage run -a -m pytest -svv tests/ coverage json --omit="tests/*.py" coverage html --omit="tests/*.py"