Skip to content

Commit 7993359

Browse files
committed
workaround for CCM's PyYAML dependency that's not compatible with higher python versions
1 parent 960336f commit 7993359

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
@@ -167,6 +167,7 @@ def initializeEnvironment() {
167167
sudo apt-get install socat
168168
pip install --upgrade pip
169169
pip install -U setuptools
170+
sed -i -e 's/pyyaml.*/pyyaml/' ${HOME}/ccm/requirements.txt
170171
pip install ${HOME}/ccm
171172
'''
172173

0 commit comments

Comments
 (0)