Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable testing of cirq_google notebooks. #5766

Merged
merged 14 commits into from
Sep 3, 2022
Prev Previous commit
Next Next commit
Missing comma
  • Loading branch information
dstrain115 committed Jul 14, 2022
commit 3c19109ff83c7ad923d9772826452d90e030bdd1
2 changes: 1 addition & 1 deletion dev_tools/notebooks/notebook_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
SKIP_NOTEBOOKS = [
# skipping vendor notebooks as we don't have auth sorted out
'**/aqt/*.ipynb',
'**/azure-quantum/*.ipynb"'
'**/azure-quantum/*.ipynb"',
'**/ionq/*.ipynb',
'**/pasqal/*.ipynb',
'**/rigetti/*.ipynb',
Expand Down