Adds nltk to install dependencies

Includes nltk in the list of install dependencies
to resolve any missing dependency issues when running
the quarto build.
This commit is contained in:
Vijay Janapa Reddi
2025-06-30 06:45:55 -04:00
parent f6dc8f725a
commit 7fc8781064

View File

@@ -106,14 +106,14 @@ jobs:
if: runner.os != 'Windows'
run: |
python -m pip install --upgrade pip
python -m pip install jupyterlab-quarto jupyter
python -m pip install jupyterlab-quarto jupyter nltk
- name: 📦 Install jupyterlab-quarto (Windows)
if: runner.os == 'Windows'
shell: pwsh
run: |
py -m pip install --upgrade pip
py -m pip install jupyterlab-quarto jupyter
py -m pip install jupyterlab-quarto jupyter nltk
# Cache Linux system packages without hardcoded paths
- name: 💾 Cache APT packages