Skip to content

Commit

Permalink
Fix [AttributeError: 'OutStream' object has no attribute 'watch_fd_th…
Browse files Browse the repository at this point in the history
…read'] when testing for OpenVINO related notebook

Downgrade ipykernal to solve this
  • Loading branch information
Oscilloscope98 committed Sep 8, 2022
1 parent b91984b commit a44f477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nano_howto_guides_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
bash python/nano/dev/build_and_install.sh linux default false pytorch
source bigdl-nano-init
pip install pytest nbmake
pip install ipykernel==5.5.6
pip install openvino-dev
bash python/nano/tutorial/notebook/inference/pytorch/run-nano-howto-guides-inference-pytorch-tests.sh openvino
source $CONDA/bin/deactivate
Expand Down

0 comments on commit a44f477

Please sign in to comment.