Skip to content

Commit

Permalink
added lightgbm to notebook requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 7, 2024
1 parent 3e89624 commit 33b0185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notebooks-except-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
cache: "pip"
cache-dependency-path: |
pyproject.toml
**/notebook_requirements.txt
docs/sphinx/source/notebook_requirements.txt
- name: Install dependencies
run: |
pip install -e .[dev]
pip install -e .[dev]w
pip install -r docs/sphinx/source/notebook_requirements.txt
- name: Run notebooks tests
Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/source/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ ir_datasets
pytrec_eval
torch
numpy
lightgbm
vespacli

0 comments on commit 33b0185

Please sign in to comment.