Skip to content

Commit

Permalink
set virtual=True to pass CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
senecameeks authored Nov 13, 2023
1 parent c6ceb1e commit 892f1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/google/start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"\n",
"from cirq_google.engine.qcs_notebook import get_qcs_objects_for_notebook\n",
"# For real engine instances, delete 'virtual=True' below.\n",
"qcs_objects = get_qcs_objects_for_notebook(project_id)\n",
"qcs_objects = get_qcs_objects_for_notebook(project_id, virtual=True)\n",
"\n",
"project_id = qcs_objects.project_id\n",
"engine = qcs_objects.engine\n",
Expand Down

0 comments on commit 892f1cc

Please sign in to comment.