Skip to content

Commit

Permalink
pip install matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer committed Aug 4, 2023
1 parent f1bb0c6 commit 5f8e940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f8e940

Please sign in to comment.