File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,17 @@ jobs:
4848 run : uv sync
4949 working-directory : backend
5050
51- - name : Activate virtual environment and run Alembic migrations
51+ - name : Install Guardrails hub validators
5252 run : |
5353 source .venv/bin/activate
54- alembic upgrade head
54+ chmod +x scripts/install_guardrails_from_hub.sh
55+ scripts/install_guardrails_from_hub.sh
5556 working-directory : backend
5657
57- - name : Install Guardrails hub validators
58+ - name : Activate virtual environment and run Alembic migrations
5859 run : |
5960 source .venv/bin/activate
60- chmod +x scripts/install_guardrails_from_hub.sh
61- scripts/install_guardrails_from_hub.sh
61+ alembic upgrade head
6262 working-directory : backend
6363
6464 - name : Run pre-commit
You can’t perform that action at this time.
0 commit comments