quantumlib / Cirq

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

CI - add temporary job pytest-numpy-2 to test with NumPy-2 on Ubuntu #6740

Closed pavoljuhas closed 1 week ago

pavoljuhas commented 1 week ago

Note cirq-rigetti is excluded, because it is not yet NumPy-2 compatible. The test is only run on Ubuntu for the sake of speed and simplicity.

Related to #6706

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 97.83%. Comparing base (484df6f) to head (7db9094). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6740 +/- ## ========================================== - Coverage 97.83% 97.83% -0.01% ========================================== Files 1077 1077 Lines 92524 92537 +13 ========================================== + Hits 90523 90534 +11 - Misses 2001 2003 +2 ```

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