Skip to content

Commit

Permalink
👜 Update ci to install german_transliterate.
Browse files Browse the repository at this point in the history
  • Loading branch information
dathudeptrai committed Jun 1, 2021
1 parent 18f4f32 commit 0eaac74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
# install python modules
python -m pip install --upgrade pip
pip install -q -U numpy
pip install git+https://github.com/repodiac/german_transliterate.git#egg=german_transliterate
pip install -q tensorflow-gpu==${{ matrix.tensorflow-version }}
pip install -q -e .
pip install -q -e .[test]
Expand Down

0 comments on commit 0eaac74

Please sign in to comment.