Skip to content

Commit dd22a83

Browse files
committed
Recreate the usual testing environement in Jenkinsfile
1 parent 9275689 commit dd22a83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ pipeline {
1515
dir(path: 'test') {
1616
sh '''#!/bin/bash --login
1717
conda activate hls4ml-py310
18-
pip install tensorflow pyparsing
18+
conda install -y jupyterhub pydot graphviz pytest pytest-cov
19+
pip install pytest-randomly jupyter onnx>=1.4.0 matplotlib pandas seaborn pydigitalwavetools==1.1 pyyaml tensorflow==2.14 qonnx torch git+https://github.com/google/qkeras.git pyparsing
1920
pip install -U ../ --user
2021
./convert-keras-models.sh -x -f keras-models.txt
2122
pip uninstall hls4ml -y'''

0 commit comments

Comments
 (0)