get the package name right ...

sigh ...
This commit is contained in:
Jean-Paul Calderone 2023-08-08 14:16:55 -04:00
parent 72739b0606
commit 179f7b4bcb

View File

@ -237,7 +237,7 @@ jobs:
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
python -m pip install subunit junitxml
Start-Process subunit2junitxml -Wait -RedirectStandardInput test-results.subunit2 -RedirectStandardOutput test-results.xml