Skip to content

Commit a47a8ea

Browse files
fix pip installs on github actions: add deepl dependency
1 parent 182f773 commit a47a8ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Pre-process data
1616
run: |
1717
cd Input\ Processing
18-
pip install openpyxl
18+
pip install openpyxl deepl
1919
python parse_annotations_xlsx.py
2020
python getBarMappingsDummyMeasurebounds.py
2121
cd ..

0 commit comments

Comments
 (0)