Merge pull request #29 from CatJuly/fix/ci-install-dev-deps

This commit is contained in:
LZH-YS1998
2026-08-06 16:01:33 +08:00
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
with:
python-version: "3.11"
- name: Install package
run: python -m pip install -e .
run: python -m pip install -e ".[dev]"
- name: Run external-agent smoke checks
run: >
python -m pytest -q