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 windows install #263

Merged
merged 3 commits into from
Oct 30, 2023
Merged

Fix windows install #263

merged 3 commits into from
Oct 30, 2023

Conversation

alessandrofelder
Copy link
Member

@alessandrofelder alessandrofelder commented Oct 30, 2023

Description

What is this PR

  • Bug fix
  • Addition of a new feature
  • Other

Why is this PR needed?

CI installation fails on Windows.

What does this PR do?

Hard-codes h5py<=3.9 dependency.

References

temporary fix #258 - don't support python 3.11 for Windows GUI for now.

How has this PR been tested?

CI install is successful (although tests fail)

Is this a breaking change?

Nope.

Checklist:

  • [n/a] The code has been tested locally
  • [n/a] Tests have been added to cover all new functionality (unit & integration)
  • [n/a] The documentation has been updated to reflect any changes
  • The code has been formatted with pre-commit

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f638888) 67.86% compared to head (94213a1) 67.86%.

Additional details and impacted files
@@            Coverage Diff            @@
##           mega-fix     #263   +/-   ##
=========================================
  Coverage     67.86%   67.86%           
=========================================
  Files            26       26           
  Lines          1195     1195           
=========================================
  Hits            811      811           
  Misses          384      384           

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

@alessandrofelder alessandrofelder changed the base branch from master to mega-fix October 30, 2023 12:56
@alessandrofelder alessandrofelder marked this pull request as ready for review October 30, 2023 12:56
Copy link
Member

@IgorTatarnikov IgorTatarnikov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@IgorTatarnikov IgorTatarnikov merged commit 5443431 into mega-fix Oct 30, 2023
14 of 19 checks passed
@IgorTatarnikov IgorTatarnikov deleted the fix-windows-install branch October 30, 2023 13:29
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.

pyside2 installation fails on Windows CI with python 3.11
2 participants