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

Workbench: Fix the build.

Use a version of `ruamel.yaml.clib` compatible with Python 3.13.
parent d4ca60ed
No related branches found
No related tags found
No related merge requests found
Pipeline #4286 failed
......@@ -179,6 +179,7 @@ ENV PIPX_BIN_DIR /opt/pipx/bin
# hadolint ignore=DL3013
RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
python3 -m pip freeze | grep packaging >> "$PIP_CONSTRAINT" && \
echo 'ruamel.yaml.clib>=0.2.12' >> "$PIP_CONSTRAINT" && \
python3 -m pip install --no-cache-dir --break-system-packages \
Glances \
PyGObject \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment