Cirq icon indicating copy to clipboard operation
Cirq copied to clipboard

Test pre-release notebooks after pre-release in isolation

Open balopat opened this issue 4 years ago • 2 comments

Description of the issue

Our notebook test infra is pretty good but has one gap: pre-release notebooks are not tested in isolation, only on PRs against the given branch. This gap should be covered by a test that runs after a master commit triggered the pre-release to pypi, the new release is in the index and should cover all the notebooks that have pre-release cirq installed in them.

balopat avatar Aug 06 '21 12:08 balopat

Do we know if this was already done? Otherwise it seems simple enough to add, but not priority for 1.0.

95-martin-orion avatar Mar 28 '22 20:03 95-martin-orion

Discussed with Pavol: this could be added as a CI job for checking PRs. Main thing is that it would have to get Cirq from pypi, not from sources.

This will exercise the notebooks that users would get.

mhucka avatar Sep 12 '25 18:09 mhucka