We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f4f32 commit 0eaac74Copy full SHA for 0eaac74
.github/workflows/ci.yaml
@@ -35,6 +35,7 @@ jobs:
35
# install python modules
36
python -m pip install --upgrade pip
37
pip install -q -U numpy
38
+ pip install git+https://github.com/repodiac/german_transliterate.git#egg=german_transliterate
39
pip install -q tensorflow-gpu==${{ matrix.tensorflow-version }}
40
pip install -q -e .
41
pip install -q -e .[test]
0 commit comments