update pytest before running CI

There seems to be in an incompatibility between the python installation
used in the CI and pytest. Update pytest before running CI.


[ROCm/rccl-tests commit: 67544e2c34]
This commit is contained in:
Edgar
2022-06-13 09:34:59 -04:00
parent 528b3e55b0
commit 69994bd15b
@@ -27,6 +27,8 @@ def runTestCommand (platform, project)
def command = """#!/usr/bin/env bash
set -x
cd ${project.paths.project_build_prefix}
python3 -m pip install --upgrade pytest
python3 -m pytest --version
python3 -m pytest -k "not MPI and not host and not fine" --verbose --junitxml=./testreport.xml
"""