ci: install libatomic1 for backend pyright runtime
All checks were successful
CICD Start / Sanity and Base Decision (push) Successful in 20s

This commit is contained in:
copilotcoder
2026-07-01 18:32:04 -04:00
parent 476350ad12
commit 9a7cd54db5

View File

@@ -206,6 +206,8 @@ jobs:
tar -xzf - -C /workspace
cd /workspace/backend
test -f pyproject.toml
apt-get update -qq
apt-get install -y -qq --no-install-recommends libatomic1
python -m pip install --disable-pip-version-check --no-cache-dir uv
uv sync --dev
uv run ruff format --check .