Skip to content

Commit

Permalink
[CI] Use virtual env instead of Conda for Jenkins testing
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnoel committed Oct 23, 2023
1 parent 1bf20d5 commit 4f51ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ void createTestScript(String board, String marker, String testResultsFilename) {
if(board == "U250")
sh """echo "#!/bin/bash
. /opt/xilinx/xrt/setup.sh
. ${CONDA_ENV_ACTIVATE}
. ${VENV_ACTIVATE}
python -m pytest -m ${marker} --junitxml=${testResultsFilename}.xml --html=${testResultsFilename}.html --self-contained-html" >> run-tests.sh
"""
else
Expand Down

0 comments on commit 4f51ed6

Please sign in to comment.