Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytket-qiskit docs C.I. build failing silently #458

Open
CalMacCQ opened this issue Feb 3, 2025 · 1 comment · May be fixed by #459
Open

pytket-qiskit docs C.I. build failing silently #458

CalMacCQ opened this issue Feb 3, 2025 · 1 comment · May be fixed by #459
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@CalMacCQ
Copy link
Contributor

CalMacCQ commented Feb 3, 2025

The reason for the docs build failure is the fact that the line in build_and_test.yml is failing to install pytket-qiskit.

for w in `find wheelhouse/ -type f -name "*.whl"` ; do poetry run pip install $w ; done

This wasn't showing up as no exit flags were added to the build-docs.sh script. Hence the silent build failure

Note that this doesn't impact the website build but would be nice to have C.I. checks running properly.

See #443

@cqc-melf Also likely to be an issue with other extensions because the docs build c.i. checks are very similar. Worth checking.

@CalMacCQ CalMacCQ added bug Something isn't working documentation Improvements or additions to documentation labels Feb 3, 2025
@CalMacCQ CalMacCQ changed the title docs C.I. build failing silently pytket-qiskit docs C.I. build failing silently Feb 3, 2025
@CalMacCQ
Copy link
Contributor Author

CalMacCQ commented Feb 3, 2025

Local build fixed in #457. C.I. still failing silently.

@CalMacCQ CalMacCQ self-assigned this Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant