-
Notifications
You must be signed in to change notification settings - Fork 35
Fix main build and windows build #1122
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 main build and windows build #1122
Conversation
Unpinning xarray (which was pinned in #934) fixes the immediate problem of failing tests: https://github.com/pystatgen/sgkit/actions/runs/6071972311/job/16471074834?pr=1122. However, this breaks the Sphinx build (maybe due to #934, or something else?), and the Windows build is still failing (see #1111 too). These both need more work. |
Running the doc build locally I get:
Which suggests that #934 is still a problem. Also,
|
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more. @@ Coverage Diff @@
## main #1122 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 50 50
Lines 5054 5054
=========================================
Hits 5054 5054 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
0abb5b0
to
16726de
Compare
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.
LGTM
Uh oh!
There was an error while loading. Please reload this page.