Skip to content
Snippets Groups Projects
Commit 91780f2d authored by nimrod's avatar nimrod
Browse files

Workbench: Avoid Cython 3.

It breaks the installation of older PyYAML versions.
parent 7a201f8b
No related branches found
No related tags found
No related merge requests found
Pipeline #3513 failed
......@@ -158,6 +158,7 @@ RUN apt-get update && \
locale-gen && \
export PIP_CONSTRAINT=/tmp/constraint.txt && \
echo 'resolvelib==0.5.4' > "$PIP_CONSTRAINT" && \
echo 'Cython < 3.0' >> "$PIP_CONSTRAINT" && \
python3 -m pip install --no-cache-dir --break-system-packages \
https://github.com/aws/aws-cli/archive/refs/heads/v2.zip \
Glances \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment