We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
build-docs.sh
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.
The text was updated successfully, but these errors were encountered:
RemoveBarriers
Local build fixed in #457. C.I. still failing silently.
Sorry, something went wrong.
CalMacCQ
Successfully merging a pull request may close this issue.
The reason for the docs build failure is the fact that the line in build_and_test.yml is failing to install pytket-qiskit.
This wasn't showing up as no exit flags were added to the
build-docs.sh
script. Hence the silent build failureNote 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.
The text was updated successfully, but these errors were encountered: