Skip to content

Commit a765f7f

Browse files
committed
Fix typo
1 parent 4e7c22d commit a765f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci_validate_tutorials.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip install ipykernel==5.1.1
2121
# OpenAI Gym pip package needed for the quantum reinforcement learning tutorial
2222
pip install gym==0.24.1
2323
# seaborn has also numpy dependency, it requires version >= 0.12.0.
24-
pip install seaborn=0.12.0
24+
pip install seaborn==0.12.0
2525
# tf_docs pip package needed for noise tutorial.
2626
pip install -q git+https://github.com/tensorflow/docs
2727
# Leave the quantum directory, otherwise errors may occur

0 commit comments

Comments
 (0)