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