This commit is contained in:
Jun-te Kim 2025-04-01 13:35:40 +00:00
parent d6dd83d734
commit 086d3563a4

View file

@ -22,6 +22,7 @@ jobs:
- name: run script
run: |
poetry run python etl/load_metadata.py
poetry run python etl/simple_load_example.py
poetry run alembic upgrade head
env:
PYTHONPATH: ${{ github.workspace }}