fix: install libatomic1 for pyright Node.js dependency
This commit is contained in:
@@ -17,6 +17,7 @@ cache:
|
|||||||
.python-base:
|
.python-base:
|
||||||
image: python:3.12-slim
|
image: python:3.12-slim
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update && apt-get install -y --no-install-recommends libatomic1 && rm -rf /var/lib/apt/lists/*
|
||||||
- pip install uv
|
- pip install uv
|
||||||
- uv sync --extra dev
|
- uv sync --extra dev
|
||||||
|
|
||||||
@@ -52,6 +53,7 @@ pyright:
|
|||||||
.test-base:
|
.test-base:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update && apt-get install -y --no-install-recommends libatomic1 && rm -rf /var/lib/apt/lists/*
|
||||||
- pip install uv
|
- pip install uv
|
||||||
- uv sync --extra dev
|
- uv sync --extra dev
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user