Skip to content

Commit f79ed89

Browse files
committed
fix setup.py that also has pyYaml version requirement, causing python 3.10+ problem
1 parent 7993359 commit f79ed89

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
@@ -168,6 +168,7 @@ def initializeEnvironment() {
168168
pip install --upgrade pip
169169
pip install -U setuptools
170170
sed -i -e 's/pyyaml.*/pyyaml/' ${HOME}/ccm/requirements.txt
171+
sed -i -e "s/\(pyYaml\) < [0-9]*\.[0-9]*'/\1'/" setup.py
171172
pip install ${HOME}/ccm
172173
'''
173174

0 commit comments

Comments
 (0)