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

Add CI workaround for invalid wheels #43

Closed
wants to merge 1 commit into from

Conversation

eveenhuis
Copy link

The release of Poetry 1.4.1 started carrying out stricter validation checks on wheels causing errors for many packages: python-poetry/poetry#7686. Within smqtk-detection, this is causing an installation failure due to an invalid torch wheel leading to failing CI tests. This adds a workaround to allow CI to continue until a more appropriate solution can be applied.

The broken torch package has already been reported on the pytorch repo: pytorch/pytorch#97153.

@kwrobot-v1
Copy link

kwrobot-v1 bot commented Mar 28, 2023

Errors:

  • Failed to fetch from the repository: host error: no result after exponential backoff.
  • Failed to reserve ref ccc768c for the merge request: invalid git ref: 'no such commit'.
  • Failed to run the checks: mr utilities error: failed to list commits of ccc768c0fe574b839253cdb76a510fe325e29892 for https://github.com/Kitware/SMQTK-Detection/pull/43: fatal: bad object ccc768c0fe574b839253cdb76a510fe325e29892 .

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (0abf7a4) 97.29% compared to head (e7fe549) 97.29%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #43   +/-   ##
=======================================
  Coverage   97.29%   97.29%           
=======================================
  Files          18       18           
  Lines        1514     1514           
=======================================
  Hits         1473     1473           
  Misses         41       41           
Flag Coverage Δ
unittests 97.29% <ø> (ø)

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

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@eveenhuis eveenhuis changed the title Add workaround for broken CI Add CI workaround for invalid wheels Mar 30, 2023
@Purg
Copy link
Member

Purg commented Apr 3, 2023

I have apparently been The issue seems to have "resolved itself" with a recent update of available poetry version to 1.4.2.

@Purg Purg closed this Apr 3, 2023
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.

2 participants