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

ci: Ensure we're using the right py version when testing on CI #655

Merged
merged 4 commits into from
Oct 14, 2024

Conversation

aborgna-q
Copy link
Collaborator

@aborgna-q aborgna-q commented Oct 11, 2024

#653 enabled support for python 3.13, but CI should have failed since the pytket dependency does not publish wheels for 3.13.

This PR ensures uv doesn't fallback to a lower version when it encounters unsupported dependencies.

@aborgna-q aborgna-q added the run-ci-checks Special label to force running all checks in CI label Oct 11, 2024
@aborgna-q aborgna-q force-pushed the ab/unsupported-python-313 branch from e90b973 to feb2f91 Compare October 11, 2024 15:49
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.99%. Comparing base (3fb67ac) to head (3b1a105).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #655   +/-   ##
=======================================
  Coverage   81.99%   81.99%           
=======================================
  Files          50       50           
  Lines        6766     6766           
  Branches     6766     6766           
=======================================
  Hits         5548     5548           
  Misses        854      854           
  Partials      364      364           
Flag Coverage Δ
rust 81.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aborgna-q aborgna-q force-pushed the ab/unsupported-python-313 branch from feb2f91 to 1df24c6 Compare October 14, 2024 10:56
@aborgna-q aborgna-q marked this pull request as ready for review October 14, 2024 11:05
@aborgna-q aborgna-q requested a review from a team as a code owner October 14, 2024 11:05
@aborgna-q aborgna-q requested a review from cqc-alec October 14, 2024 11:05
@aborgna-q aborgna-q enabled auto-merge October 14, 2024 12:06
@aborgna-q aborgna-q added this pull request to the merge queue Oct 14, 2024
Merged via the queue into main with commit 994153e Oct 14, 2024
16 checks passed
@aborgna-q aborgna-q deleted the ab/unsupported-python-313 branch October 14, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-ci-checks Special label to force running all checks in CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants