Add missing jupyter install in CI
This commit is contained in:
parent
56d1282642
commit
242d2eff2c
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
@ -697,6 +697,7 @@ jobs:
|
||||
mkdir -p ${CI_ARTIFACTS_DIR} || true
|
||||
- name: Run python notebooks
|
||||
run: |
|
||||
python -m pip install jupyter
|
||||
./ci_scripts/notebook-tests.sh
|
||||
- name: Run basic training tests
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user