diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 86ece344f..f90aa2af3 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -40,7 +40,7 @@ jobs: # NOTE: Do not merge this part to main. The AutoQASM example notebooks should be moved # to the example notebooks repo rather than living in the Braket SDK repo. run: | - pip install notebook + pip install notebook matplotlib jupyter nbconvert --to html --execute --ExecutePreprocessor.kernel_name=python3 ./examples/autoqasm/1_Getting_started_with_AutoQASM.ipynb jupyter nbconvert --to html --execute --ExecutePreprocessor.kernel_name=python3 ./examples/autoqasm/2_Expressing_classical_control_flow.ipynb jupyter nbconvert --to html --execute --ExecutePreprocessor.kernel_name=python3 ./examples/autoqasm/3_Iterative_phase_estimation.ipynb