Skip to content

Commit 17b1dc4

Browse files
committed
Add babel to dependencies in build_deploy.yml
1 parent 0ec2cf8 commit 17b1dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install build
25+
pip install build babel
2626
- name: Compile translations
2727
run: |
2828
python -m guidata.utils.translations compile --name guidata --directory .

0 commit comments

Comments
 (0)