Skip to content

Commit

Permalink
Merge pull request #68 from mindsdb/staging
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ZoranPandovski authored Feb 11, 2025
2 parents 5247857 + f9154fe commit 0504713
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
sudo apt install pandoc
python -m pip install --upgrade pip
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
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
pip install --no-cache-dir -e .
- name: Make the docs
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
pip install --no-cache-dir -e .
pip install flake8
pip install coverage
- name: Install NLTK data
run: |
python -m nltk.downloader punkt
python -m nltk.downloader punkt_tab
- name: Lint with flake8
run: |
python -m flake8 .
Expand Down
Loading

0 comments on commit 0504713

Please sign in to comment.