From 126efa5a2b419128e14a10662ea583d02211ae85 Mon Sep 17 00:00:00 2001 From: PabloAMC Date: Wed, 13 Sep 2023 21:13:50 +0200 Subject: [PATCH] Update install_and_test.yml --- .github/workflows/install_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install_and_test.yml b/.github/workflows/install_and_test.yml index f616dbf..f2455e0 100644 --- a/.github/workflows/install_and_test.yml +++ b/.github/workflows/install_and_test.yml @@ -31,7 +31,7 @@ jobs: - name: Run integration tests run: | pytest -v tests/integration/test_non_xc_energy.py - pytest -v tests/integration/test_classical_functionals.py + pytest -v tests/integration/test_functional_implementations.py pytest -v tests/integration/test_Harris.py pytest -v tests/integration/test_predict_B88.py pytest -v tests/integration/test_predict_B3LYP.py