pip install notebook (#10444)
This commit is contained in:
parent
1de13ea578
commit
a57fd52a5b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/llm_unit_tests.yml
vendored
1
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -268,6 +268,7 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install --upgrade setuptools
|
python -m pip install --upgrade setuptools
|
||||||
python -m pip install --upgrade wheel
|
python -m pip install --upgrade wheel
|
||||||
|
python -m pip install --upgrade notebook
|
||||||
|
|
||||||
- name: Download llm binary
|
- name: Download llm binary
|
||||||
uses: ./.github/actions/llm/download-llm-binary
|
uses: ./.github/actions/llm/download-llm-binary
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue