Skip to content

Commit

Permalink
Testing: restore cleanup of extension build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Sep 1, 2023
1 parent 38f5263 commit 735f698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 735f698

Please sign in to comment.