fix: install libatomic1 for pyright Node.js dependency
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user