From d931eeb59dded03767adb5980fde8e3bbb4b8623 Mon Sep 17 00:00:00 2001 From: frostedoyster Date: Wed, 29 Nov 2023 16:05:19 +0100 Subject: [PATCH] Debug again? --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 04e9835e2..b6b46d6d0 100644 --- a/tox.ini +++ b/tox.ini @@ -68,6 +68,9 @@ deps = twine build +allowlist_externals = + bash + commands = # check building sdist and wheels from a checkout python -m build @@ -75,7 +78,8 @@ commands = twine check dist/*.whl # check building wheels from the sdist - python -m pip wheel --verbose dist/metatensor_models-*.tar.gz -w dist/test + bash -c "ls dist/" + bash -c "python -m pip wheel --verbose dist/metatensor_models-*.tar.gz -w dist/test" [flake8] # longer lines for compatibility with other linters