Skip to content

Commit

Permalink
Merge pull request fastmachinelearning#786 from fastmachinelearning/j…
Browse files Browse the repository at this point in the history
…enkins_deps_update

Update Jenkins test environment to avoid dependency hell
  • Loading branch information
jmitrevs authored May 11, 2023
2 parents 5e251ab + 6bb5798 commit f165089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'vivado-el7:2'
image 'vivado-el7:3'
args '-v /data/Xilinx:/data/Xilinx'
}
}
Expand All @@ -14,7 +14,7 @@ pipeline {
steps {
dir(path: 'test') {
sh '''#!/bin/bash --login
conda activate hls4ml-py37
conda activate hls4ml-py38
pip install tensorflow pyparsing
pip install -U ../ --user
./convert-keras-models.sh -x -f keras-models.txt
Expand Down

0 comments on commit f165089

Please sign in to comment.