From 735f6989a3dbd2e710fe9e8a43b5da86d393862b Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Thu, 31 Aug 2023 15:58:31 +0100 Subject: [PATCH] Testing: restore cleanup of extension build dir --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 7cdf578c5..0132e7eed 100644 --- a/tox.ini +++ b/tox.ini @@ -97,5 +97,7 @@ commands_pre = -r{toxinidir}/tests_and_analysis/minimum_euphonic_requirements.txt python -m pip install --force-reinstall \ -r{toxinidir}/tests_and_analysis/tox_requirements.txt + # Force rebuild of euphonic extension to avoid Numpy clash + rm -rf {toxinidir}/build python -m pip install '{toxinidir}[matplotlib,phonopy_reader,brille]' commands = {[testenv]test_command}