Skip to content

Commit 0eaac74

Browse files
committed
👜 Update ci to install german_transliterate.
1 parent 18f4f32 commit 0eaac74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
# install python modules
3636
python -m pip install --upgrade pip
3737
pip install -q -U numpy
38+
pip install git+https://github.com/repodiac/german_transliterate.git#egg=german_transliterate
3839
pip install -q tensorflow-gpu==${{ matrix.tensorflow-version }}
3940
pip install -q -e .
4041
pip install -q -e .[test]

0 commit comments

Comments
 (0)