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 36d3aa0 commit 30b8f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ void createTestScript(String boardNotebooks, String testResultsFilename) {
if(boardNotebooks == "alveo_notebooks")
sh """echo "#!/bin/bash
. /opt/xilinx/xrt/setup.sh
. ${CONDA_ENV_ACTIVATE}
. ${VENV_ACTIVATE}
python -m pytest -m ${boardNotebooks} --junitxml=${testResultsFilename}" >> run-tests.sh
"""
else
Expand Down

0 comments on commit 30b8f0d

Please sign in to comment.