Skip to content

Fix CI notebook tests for MacOS and Windows #6336

Open
@pavoljuhas

Description

@pavoljuhas

Description of the issue

After activating MacOS and Windows testing in ci-daily.yml in #6331, the notebook tests failed on these platforms, example.
As a temporary solution, #6335 restricts notebook testing to run on Linux only.
For a proper solution we need to fix notebook tests on Mac and Windows platforms.

The affected notebook tests are those touched in #6335, ie, those decorated with

@pytest.mark.skipif(sys.platform != "linux", reason="Linux-only test")

Cirq version
1.3.0.dev at 34e8dab

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueThis issue can be resolved by someone who is not familiar with the codebase. A good starting issue.kind/healthFor CI/testing/release process/refactoring/technical debt itemsno QC knowledge neededWant to contribute to Cirq, but don't know quantum computing? This issue is for you.triage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked on

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions