update CI/CD workflow: install development dependencies for testing with pip
CI/CD / test (push) Successful in 51s
CI/CD / deploy (push) Failing after 1m0s

This commit is contained in:
2026-08-07 19:31:07 +09:00
parent c09aadaeb5
commit c0d14967d0
+1 -1
View File
@@ -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