From 72739b0606c20c5a1cc0223dd7c1415d103ba7cb Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 8 Aug 2023 13:57:17 -0400 Subject: [PATCH] try to be sure we can do the conversion --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 66e8c1553..85cdfb815 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -235,6 +235,10 @@ jobs: - "run": name: "Convert Result Log" command: | + # The Python for which we installed subunit is not necessarily on + # %PATH% so (possibly) re-install it with the default Python. + python -m pip install subunit2junitxml junitxml + Start-Process subunit2junitxml -Wait -RedirectStandardInput test-results.subunit2 -RedirectStandardOutput test-results.xml - "store_test_results":