Skip to content

Commit

Permalink
Merge pull request #135 from RasaHQ/cron-fix-vi
Browse files Browse the repository at this point in the history
Fix Cron Issue
  • Loading branch information
koaning authored Jul 12, 2021
2 parents 6ec0a71 + dd28720 commit 88b284d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.7]
rasa-version: [2.5]
rasa-version: [2.7]

steps:
- uses: actions/checkout@v2
Expand All @@ -28,6 +28,5 @@ jobs:
- name: Test with pytest
run: |
python tests/scripts/prepare_fasttext.py
python tests/scripts/prepare_stanza.py
chmod 775 tests/data/fasttext/custom_fasttext_model.bin
pytest
pytest -v --disable-warnings
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8]
rasa-version: [2.5]
rasa-version: [2.7]

steps:
- uses: actions/checkout@v2
Expand All @@ -35,4 +35,4 @@ jobs:
run: |
python tests/scripts/prepare_fasttext.py
chmod 775 tests/data/fasttext/custom_fasttext_model.bin
pytest
pytest -v --disable-warnings
2 changes: 1 addition & 1 deletion tests/test_tokenizers/test_spacy_blank.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"text": "Trường đại học bách khoa hà nội",
"lang": "vi",
"result": ["Trường", "đại_học", "bách_khoa", "hà_nội"],
"result": ["Trường", "đại học", "bách khoa", "hà nội"],
},
]

Expand Down

0 comments on commit 88b284d

Please sign in to comment.