Merge pull request #11 from edgargabriel/ci-fix

update pytest before running CI

[ROCm/rccl-tests commit: 2a18737dc6]
Этот коммит содержится в:
Edgar Gabriel
2022-06-13 09:52:40 -05:00
коммит произвёл GitHub
родитель 528b3e55b0 69994bd15b
Коммит 62060965a1
+2
Просмотреть файл
@@ -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
"""