Revert "Attempt to fix broken build (rpds module not found error)."

This reverts commit bae8f983e0.
This commit is contained in:
Dan Helfman
2025-11-01 21:48:59 -07:00
parent bae8f983e0
commit 85f06a900a
+2 -2
View File
@@ -18,8 +18,8 @@ if [ -z "$TEST_CONTAINER" ]; then
fi
apk add --no-cache python3 py3-pip borgbackup postgresql17-client mariadb-client mongodb-tools \
py3-mongo py3-regex py3-rpds-py-pyc py3-ruamel.yaml py3-ruamel.yaml.clib py3-tox py3-yaml \
ruff sqlite uv bash fish
py3-mongo py3-regex py3-ruamel.yaml py3-ruamel.yaml.clib py3-tox py3-yaml ruff sqlite uv bash \
fish
export SHELL=/bin/bash
export PATH="/root/.local/bin:$PATH"
uv tool install tox --with tox-uv