-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(deps): Bump cda-tum/mqt-workflows from 1.1.4 to 1.1.5 in the github-actions group #57
chore(deps): Bump cda-tum/mqt-workflows from 1.1.4 to 1.1.5 in the github-actions group #57
Conversation
Bumps the github-actions group with 1 update: [cda-tum/mqt-workflows](https://github.com/cda-tum/mqt-workflows). Updates `cda-tum/mqt-workflows` from 1.1.4 to 1.1.5 - [Release notes](https://github.com/cda-tum/mqt-workflows/releases) - [Commits](cda-tum/mqt-workflows@v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: cda-tum/mqt-workflows dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
@DRovara Some python dependency update must have broken some things here. I suspect it's a |
It seems the test cases fail because of the docplex and numpy dependencies. With numpy 2.0, the type The linter issues seem to be a different problem, though. Still looking into that. |
Yeah. Pinning You can take inspiration from https://github.com/cda-tum/mqt-qecc/blob/6e581cf20e0a4b31a79078a97669290587cff5c5/pyproject.toml#L43-L44 If there is no issue over at the docplex repository for numpy 2.0 compatibility yet, I would highly encourage creating one. The linter issues mostly seem due to |
I have now bitten the bullet and wrote type stubs for all In any case, writing type stubs for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! This makes the code so much nicer to look at ✨
Assuming that all tests pass, this is good to go I believe.
@dependabot merge
I think the critical one might have been
|
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
I think the test failures here might actually be due to the change I pasted above. |
The problems were all linter errors. In particular,
And as I'm not sure if The breaking change you mention, while it may come up during execution, does not seem like it should cause any of these problems (unless I am overlooking something). But as you say, it might be the cause of the remaining test errors. I'll check that out. |
My guess is simply based on the test failures here: https://github.com/cda-tum/mqt-qubomaker/actions/runs/10109367250/job/27957235567?pr=57#step:10:3944 These are independent from the linter failures earlier that you nicely fixed already 😌 (those probably came up due to the mypy 1.11 update in pre-commit). |
Co-authored-by: Lukas Burgholzer <[email protected]> Signed-off-by: Damian Rovara <[email protected]>
Sorry, I thought you were talking about the linter issues, too. At the time, I didn't realise some tests were still failing. After local testing, it seems your hunch was correct: The errors were caused by int vs float comparisons in the tests. This should now be fixed. |
No worries and thanks for fixing the underlying issues! Dependabot should merge the PR if all checks pass 😌 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
=======================================
+ Coverage 91.8% 93.5% +1.7%
=======================================
Files 8 8
Lines 912 905 -7
=======================================
+ Hits 838 847 +9
+ Misses 74 58 -16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ttps://github.com/cda-tum/mqt-qubomaker into dependabot/github_actions/github-actions-a880fba8bf
Bumps the github-actions group with 1 update: cda-tum/mqt-workflows.
Updates
cda-tum/mqt-workflows
from 1.1.4 to 1.1.5Release notes
Sourced from cda-tum/mqt-workflows's releases.
Commits
3edc672
🚸 allow configuration of the cpp-linterextra-args
(#16)536d0c4
⬆️🪝 update pre-commit hooks (#15)f91debd
✏️ fix typoDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @burgholzer.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions