Skip to content

Commit 9df833d

Browse files
authored
Add step to install addons and dependencies
1 parent 245d3ea commit 9df833d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update_pot_files.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- uses: actions/checkout@v4
2626
with:
2727
persist-credentials: false
28-
28+
- name: Install addons and dependencies
29+
run: oca_install_addons
2930
- name: Update .pot files
3031
run: |
3132
oca_export_and_push_pot \

0 commit comments

Comments
 (0)