Skip to content

Commit 87098f3

Browse files
authored
Merge pull request #786 from fastmachinelearning/jenkins_deps_update
Update Jenkins test environment to avoid dependency hell
2 parents a3cca72 + 19fc8c4 commit 87098f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 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,7 +14,7 @@ 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
1919
pip install -U ../ --user
2020
./convert-keras-models.sh -x -f keras-models.txt

0 commit comments

Comments
 (0)