Skip to content

Commit 28d85a9

Browse files
committed
install pyyaml 5.2 to fix the ccm installation with py3.4
1 parent df458d2 commit 28d85a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ build:
184184
pip install --upgrade pip
185185
pip install -U setuptools
186186
187+
# Remove this pyyaml installation when removing Python 3.4 support
188+
pip install PyYAML==5.2
187189
pip install $HOME/ccm
188190
189191
if [ -n "$CCM_IS_DSE" ]; then

0 commit comments

Comments
 (0)