Add missing jupyter install in CI

This commit is contained in:
Josh Meyer 2021-09-15 10:09:05 -04:00 committed by GitHub
parent 56d1282642
commit 242d2eff2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |