Skip to content

Commit 19fc8c4

Browse files
committed
Update Jenkins to use Python 3.8
1 parent c0e425f commit 19fc8c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent {
33
docker {
4-
image 'vivado-el7:2'
4+
image 'vivado-el7:3'
55
args '-v /data/Xilinx:/data/Xilinx'
66
}
77
}
@@ -14,9 +14,8 @@ pipeline {
1414
steps {
1515
dir(path: 'test') {
1616
sh '''#!/bin/bash --login
17-
conda activate hls4ml-py37
17+
conda activate hls4ml-py38
1818
pip install tensorflow pyparsing
19-
pip install onnx==1.12
2019
pip install -U ../ --user
2120
./convert-keras-models.sh -x -f keras-models.txt
2221
pip uninstall hls4ml -y'''

0 commit comments

Comments
 (0)