Merge pull request #29 from CatJuly/fix/ci-install-dev-deps
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- name: Install package
|
- name: Install package
|
||||||
run: python -m pip install -e .
|
run: python -m pip install -e ".[dev]"
|
||||||
- name: Run external-agent smoke checks
|
- name: Run external-agent smoke checks
|
||||||
run: >
|
run: >
|
||||||
python -m pytest -q
|
python -m pytest -q
|
||||||
|
|||||||
Reference in New Issue
Block a user