fix: install libatomic1 for pyright Node.js dependency

This commit is contained in:
2026-02-04 01:19:33 +00:00
parent 5298df5e72
commit 3e431927b9

View File

@@ -17,6 +17,7 @@ cache:
.python-base:
image: python:3.12-slim
before_script:
- apt-get update && apt-get install -y --no-install-recommends libatomic1 && rm -rf /var/lib/apt/lists/*
- pip install uv
- uv sync --extra dev
@@ -52,6 +53,7 @@ pyright:
.test-base:
stage: test
before_script:
- apt-get update && apt-get install -y --no-install-recommends libatomic1 && rm -rf /var/lib/apt/lists/*
- pip install uv
- uv sync --extra dev
script: