Closed kenya-sk closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.75%. Comparing base (
02d29a9
) to head (c709243
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Dealing with CI pipeline failures following upgrades of incompatible packages. (detail issues: https://github.com/quantumlib/Cirq/issues/6475)
The error location is
Dockerfile
in line 26. This one downloads the package from PyPI, but my permission do not allow me to update the package. Therefore, I have changed the version ofmpmath
in my local environment, and I am hoping that the test will pass.