diff --git a/scripts/ci_validate_tutorials.sh b/scripts/ci_validate_tutorials.sh index fc25533e1..331f14d0d 100755 --- a/scripts/ci_validate_tutorials.sh +++ b/scripts/ci_validate_tutorials.sh @@ -15,7 +15,7 @@ # ============================================================================== # Run the tutorials using the installed pip package -pip install jupyter nbformat==4.4.0 nbconvert==5.5.0 +pip install jupyter nbformat==4.4.0 nbconvert==5.5.0 jupyter-client==6.1.12 # Workaround for ipykernel - see https://github.com/ipython/ipykernel/issues/422 pip install ipykernel==5.1.1 # Leave the quantum directory, otherwise errors may occur