ci: install libatomic1 for backend pyright runtime
All checks were successful
CICD Start / Sanity and Base Decision (push) Successful in 20s
All checks were successful
CICD Start / Sanity and Base Decision (push) Successful in 20s
This commit is contained in:
@@ -206,6 +206,8 @@ jobs:
|
|||||||
tar -xzf - -C /workspace
|
tar -xzf - -C /workspace
|
||||||
cd /workspace/backend
|
cd /workspace/backend
|
||||||
test -f pyproject.toml
|
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
|
python -m pip install --disable-pip-version-check --no-cache-dir uv
|
||||||
uv sync --dev
|
uv sync --dev
|
||||||
uv run ruff format --check .
|
uv run ruff format --check .
|
||||||
|
|||||||
Reference in New Issue
Block a user