Skip to content

Commit 1a8accd

Browse files
Merge pull request #58 from mindsdb/upgrade-typeinfer
Use latest typeinfer version
2 parents debce12 + c4e6eec commit 1a8accd

File tree

3 files changed

+369
-265
lines changed

3 files changed

+369
-265
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
- name: Lint with flake8
3232
run: |
3333
python -m flake8 .
34+
- name: Install NLTK data
35+
run: |
36+
python -m nltk.downloader punkt
37+
python -m nltk.downloader punkt_tab
3438
- name: Test with unittest
3539
run: |
3640
# Run all the "standard" tests

0 commit comments

Comments
 (0)