Qiskit-Extensions / qiskit-experiments

Qiskit Experiments
https://qiskit-extensions.github.io/qiskit-experiments/
Apache License 2.0
151 stars 122 forks source link

Disable git worktrees #1448

Closed caleb-johnson closed 2 months ago

caleb-johnson commented 2 months ago

While investigating a Sphinx Ci failure in circuit-knitting-toolbox, I noticed the qiskit-experiments repository's CI was failing for the same reason. I will propose the same temporary fix to the docs workflow in this PR that I submitted to CKT.

There is a problem with dulwich (used by reno) and git worktrees. This PR implements a temporary fix, spelled out here.

caleb-johnson commented 2 months ago

@coruscating , this PR gets the docs properly building in the CI again, but it seems like some of the tests timed out and I can't kick off the CI again.

coruscating commented 2 months ago

Thanks @caleb-johnson, I'll close this since we'd just merged a fix at https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1446 from the same source. The test failure you saw was a random unrelated error.