pip install notebook (#10444)

This commit is contained in:
Shaojun Liu 2024-03-18 13:56:34 +08:00 committed by GitHub
parent 1de13ea578
commit a57fd52a5b

View file

@ -268,6 +268,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install --upgrade wheel
python -m pip install --upgrade notebook
- name: Download llm binary
uses: ./.github/actions/llm/download-llm-binary