Skip to content

Commit 63d529a

Browse files
committed
Fix PyPI test setup
1 parent c84dcb4 commit 63d529a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
test -d src/codaro/webBuild/_app
4343
4444
- name: Run tests
45-
run: uv run pytest tests/ -v --tb=short
45+
run: uv run --extra dev pytest tests/ -v --tb=short
4646

4747
- name: Build wheel
4848
run: uv build

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- Reduced false positives in document dependency analysis for nested scopes and comprehension variables.
2929
- Improved engine/runtime behavior around worker management, variables, and process lifecycle.
3030
- Cleaned frontend warning sources in dialog, toast, mode switcher, hint, guide, and widget surfaces.
31-
- Corrected the PyPI workflow to validate the adapter-static editor output in `src/codaro/webBuild`.
31+
- Corrected the PyPI workflow to validate the adapter-static editor output in `src/codaro/webBuild` and run tests with the `dev` extra installed.
3232

3333
### Verification
3434

0 commit comments

Comments
 (0)