fix: change PyYAML upper constraint due to error from pyyaml cython build

Change-Id: Id97b475d839955949251368861bbe1fa069f61ef
This commit is contained in:
Hasan Acar 2024-03-21 11:11:56 +00:00
parent 80ef684ab3
commit 7a4526060a
1 changed files with 1 additions and 0 deletions

View File

@ -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 && \