mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 00:59:07 -05:00
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:
4
.github/workflows/quarto-build.yml
vendored
4
.github/workflows/quarto-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user