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 - bump up to macos-latest with updated runners #6606

Open pavoljuhas opened 4 months ago

pavoljuhas commented 4 months ago

All Python versions should be now available in the updated macos runner.

Reverts #6578 Fixes #6577

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 97.83%. Comparing base (d94c457) to head (bff2288). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6606 +/- ## ======================================= Coverage 97.83% 97.83% ======================================= Files 1077 1077 Lines 92502 92502 ======================================= Hits 90501 90501 Misses 2001 2001 ```

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

mhucka commented 1 week ago

I looked at this error, and tried to run the failed jobs, and they're still failing. This looks like a problem with the copy of Python 3.10.15 that the setup-python action workflow is getting. FWIW, I reported the issue at https://github.com/actions/setup-python/issues/948.