see if it works

This commit is contained in:
Jun-te Kim 2025-04-01 12:10:49 +00:00
parent e051d67ed3
commit dd4b5994cb

View file

@ -21,6 +21,7 @@ jobs:
poetry install --no-root
- name: run script
run: |
ls -la
poetry run alembic upgrade head
env:
PYTHONPATH: ${{ github.workspace }}