diff --git a/pyproject.toml b/pyproject.toml index 35eb62f..f8630dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,8 @@ before-all = [ "uname -a", "arch", "cc --version", + "file `which python` || true", + "file `which cc` || true", ] build-frontend = "build" build-verbosity = 1