Skip to content

Commit

Permalink
Merge pull request #58 from mindsdb/upgrade-typeinfer
Browse files Browse the repository at this point in the history
Use latest typeinfer version
  • Loading branch information
ZoranPandovski authored Feb 11, 2025
2 parents debce12 + c4e6eec commit 1a8accd
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 265 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Lint with flake8
run: |
python -m flake8 .
- name: Install NLTK data
run: |
python -m nltk.downloader punkt
python -m nltk.downloader punkt_tab
- name: Test with unittest
run: |
# Run all the "standard" tests
Expand Down
Loading

0 comments on commit 1a8accd

Please sign in to comment.