Skip to content

Commit 5d280ec

Browse files
committed
fixing ci again
1 parent d3180a7 commit 5d280ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)