CI 환경에서 의존성 설치 단계 추가

This commit is contained in:
kyy
2025-09-05 13:03:53 +09:00
parent 8f84e00b3c
commit ca48576aae

View File

@@ -18,6 +18,9 @@ jobs:
chmod +x run_table.sh
echo "[OK] Prepared run_table.sh"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run script
shell: bash
env: