-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix cirq-core dependencies #4369
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 cirq-core dependencies #4369
Conversation
…into fix_cirq_core_dependencies
Automerge cancelled: A status check is failing. |
…into fix_cirq_core_dependencies
Automerge cancelled: A status check is failing. |
Automerge cancelled: A required status check is not present. Missing statuses: ['cla/google'] |
Automerge cancelled: A required status check is not present. Missing statuses: ['Build protos', 'Coverage check', 'Pytest MacOS (3.7)', 'Pytest MacOS (3.8)', 'Pytest MacOS (3.9)', 'Pytest Ubuntu (3.7)', 'Pytest Ubuntu (3.8)', 'Pytest Ubuntu (3.9)', 'Pytest Windows (3.7)', 'Pytest Windows (3.8)', 'Pytest Windows (3.9)', 'Typescript lint check', 'Typescript tests', 'Typescript tests coverage', 'cla/google'] |
Some of the cirq-XXX modules were lacking the dependency on cirq-core. This PR adds tests in isolation for each of the modules where they are installed and pytested in a clean environment. Fixes quantumlib#4361.
Some of the cirq-XXX modules were lacking the dependency on cirq-core.
This PR adds tests in isolation for each of the modules where they are installed and pytested in a clean environment.
Fixes #4361.