Merge pull request #29 from CatJuly/fix/ci-install-dev-deps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user