update CI/CD workflow: install development dependencies for testing with pip
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: 의존성 설치
|
- name: 의존성 설치
|
||||||
run: pip install -e .
|
run: pip install -e ".[dev]"
|
||||||
|
|
||||||
- name: pytest 실행
|
- name: pytest 실행
|
||||||
run: pytest
|
run: pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user