fix: change PyYAML upper constraint due to error from pyyaml cython build
Change-Id: Id97b475d839955949251368861bbe1fa069f61ef
This commit is contained in:
parent
80ef684ab3
commit
7a4526060a
@ -103,6 +103,7 @@ ONBUILD RUN \
|
||||
git -C /app reset --hard FETCH_HEAD && \
|
||||
wget --output-document /app/upper-constraints.txt \
|
||||
"$CONSTRAINTS_FILE" && \
|
||||
sed -i 's/PyYAML===6\.0/PyYAML===6.0.1/g' /app/upper-constraints.txt && \
|
||||
# Download monasca-common
|
||||
mkdir -p /monasca-common && \
|
||||
git -C /monasca-common init && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user