Skip to content

Commit c0e425f

Browse files
committed
Update Jenkins ONNX installation to avoid dependency hell
1 parent a3cca72 commit c0e425f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pipeline {
1616
sh '''#!/bin/bash --login
1717
conda activate hls4ml-py37
1818
pip install tensorflow pyparsing
19+
pip install onnx==1.12
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)