-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix CI requirements for Changed files test #6243
Fix CI requirements for Changed files test #6243
Conversation
Add temporary comment to be deleted later.
Note - Changed files test fails with =========================== short test summary info ============================ |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #6243 +/- ##
======================================
Coverage 97.3% 97.3%
======================================
Files 1116 1116
Lines 96174 96076 -98
======================================
- Hits 93654 93564 -90
+ Misses 2520 2512 -8
☔ View full report in Codecov by Sentry. |
Problem: cirq-ft/cirq_ft/algos/qrom_test.py::test_notebook fails when
executed from
Changed files test
CI because of missing dependencies.Solution: Install notebook-testing requirements for this CI job.