Skip to content

Commit 0504713

Browse files
Merge pull request #68 from mindsdb/staging
Release
2 parents 5247857 + f9154fe commit 0504713

File tree

5 files changed

+150
-167
lines changed

5 files changed

+150
-167
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
sudo apt install pandoc
2626
python -m pip install --upgrade pip
27-
pip install install 'Sphinx==6.2.1' 'sphinx-autoapi==3.0.0' 'sphinx-autodoc-typehints' 'sphinx-code-include' 'sphinx-rtd-theme' 'sphinxcontrib-applehelp' 'sphinxcontrib-devhelp' 'sphinxcontrib-htmlhelp' 'sphinxcontrib-jsmath' 'sphinxcontrib-napoleon' 'sphinxcontrib-qthelp' 'sphinxcontrib-serializinghtml' autoapi nbsphinx myst_parser pandoc jupyter matplotlib imblearn fsspec
27+
pip install 'Sphinx==6.2.1' 'sphinx-autoapi==3.0.0' 'sphinx-autodoc-typehints' 'sphinx-code-include' 'sphinx-rtd-theme' 'sphinxcontrib-applehelp' 'sphinxcontrib-devhelp' 'sphinxcontrib-htmlhelp' 'sphinxcontrib-jsmath' 'sphinxcontrib-napoleon' 'sphinxcontrib-qthelp' 'sphinxcontrib-serializinghtml' autoapi nbsphinx myst_parser pandoc jupyter matplotlib imblearn fsspec
2828
pip install --no-cache-dir -e .
2929
- name: Make the docs
3030
run: |

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
pip install --no-cache-dir -e .
3030
pip install flake8
3131
pip install coverage
32+
- name: Install NLTK data
33+
run: |
34+
python -m nltk.downloader punkt
35+
python -m nltk.downloader punkt_tab
3236
- name: Lint with flake8
3337
run: |
3438
python -m flake8 .

0 commit comments

Comments
 (0)