Skip to content

Commit ebafb4e

Browse files
committed
ci: install full extras for public test gate
1 parent bca93b3 commit ebafb4e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "3.11"
2626

2727
- name: Install dependencies
28-
run: uv sync --extra dev
28+
run: uv sync --extra all
2929

3030
- name: Sync KsADK Web static assets
3131
run: make public-sync-ksadk-web-static

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ public-docs-build:
363363

364364
public-test:
365365
@echo "==> test"
366-
@uv run pytest
366+
@uv sync --extra all
367+
@uv run --extra all pytest
367368

368369
PUBLIC_KSADK_WEB_VERSION ?= 0.2.11
369370

0 commit comments

Comments
 (0)