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

fix: bad poetry install in docs build #532

Merged
merged 1 commit into from
Oct 31, 2024
Merged

fix: bad poetry install in docs build #532

merged 1 commit into from
Oct 31, 2024

Conversation

CalMacCQ
Copy link
Contributor

Description

The docs build is failing in the relase workflow do to the wheel not being properly installed. I've fixed this by running pip within the poetry env as I've done in CQCL/pytket-qiskit#408

Related issues

fixes #531

Checklist

  • I have performed a self-review of my code.
  • I have commented hard-to-understand parts of my code.
  • I have made corresponding changes to the public API documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have updated the changelog with any user-facing changes.

@CalMacCQ CalMacCQ requested a review from yao-cqc as a code owner October 31, 2024 10:39
@CalMacCQ CalMacCQ requested a review from cqc-alec October 31, 2024 10:39
@CalMacCQ CalMacCQ merged commit f4cfc92 into main Oct 31, 2024
13 of 14 checks passed
@CalMacCQ CalMacCQ deleted the fix/docs_build branch October 31, 2024 10:46
CalMacCQ added a commit to CQCL/pytket-cutensornet that referenced this pull request Oct 31, 2024
# Description

Fixing the bad poetry install command as I did in the other
repositories.

CQCL/pytket-quantinuum#532

# Related issues

Please mention any github issues addressed by this PR.

# Checklist

- [ ] I have performed a self-review of my code.
- [ ] I have commented hard-to-understand parts of my code.
- [ ] I have made corresponding changes to the public API documentation.
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have updated the changelog with any user-facing changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs build failing in release workflow
2 participants