Skip to content

Commit 242d2ef

Browse files
authored
Add missing jupyter install in CI
1 parent 56d1282 commit 242d2ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ jobs:
697697
mkdir -p ${CI_ARTIFACTS_DIR} || true
698698
- name: Run python notebooks
699699
run: |
700+
python -m pip install jupyter
700701
./ci_scripts/notebook-tests.sh
701702
- name: Run basic training tests
702703
run: |

0 commit comments

Comments
 (0)