quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.28k stars 1.02k forks source link

Fix ci-daily workflow failures on Mac OS X #6532

Closed pavoljuhas closed 7 months ago

pavoljuhas commented 7 months ago

Install development version of cirq, but with stable dependencies. Avoid using the pip-install --pre option because it installs pre-release of every direct and transitive dependency.

Example failure: https://github.com/quantumlib/Cirq/actions/runs/8444592307/job/23130415923 Pass with this change: https://github.com/quantumlib/Cirq/actions/runs/8460206027/job/23179852811

Related to #6336

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.78%. Comparing base (46e4483) to head (71e3ea8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6532 +/- ## ======================================= Coverage 97.78% 97.78% ======================================= Files 1105 1105 Lines 95154 95154 ======================================= Hits 93045 93045 Misses 2109 2109 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

vtomole commented 7 months ago

@pavoljuhas Fastest merge in the west :smile: