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

Merge develop into smartsim-refactor #668

Merged
merged 5 commits into from
Aug 15, 2024

Conversation

juliaputko
Copy link
Contributor

No description provided.

ankona and others added 4 commits July 31, 2024 19:23
…abs#653)

This PR mitigates two issues encountered during installation on build
agents

## mypy/typing_extensions

Installation of mypy or dragon in separate build actions caused some
dependencies (typing_extensions, numpy) to be upgraded. Those upgrades
result in runtime failures. The build actions were tweaked to allow pip
to consider all optional dependencies during resolution.

## dragon/numpy

Additionally, the numpy version was capped on dragon installations.

[ committed by @ankona]
[ approved by @ashao @MattToast ]
The builder module was included in `setup.py` to allow us to ship the
main Redis binaries (not RedisAI) with installs from PyPI. The changes
in this PR remove our ability to do this and requires users to build
Redis as part of the `smart build`. This change in behaviour was
deemed reasonable to allow for easier maintenance and extension
of the Builder class as well as simplify the deployment of wheels.

[ committed by @ashao ]
[ reviewed by @MattToast ]
The version of codecov has been updated to
v4.5.0 for the github actions.

[ committed by @mellis13 ]
[ reviewed by @amandarichardsonn ]
Copy link
Member

@MattToast MattToast left a comment

Choose a reason for hiding this comment

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

Looks like this is still failing to build on the CI. It looks like you are using undefined symbols install, build_py, and Distribution in the setup.py (they came from removed imports).

It looks like these were removed from develop, do you still need them here??

Copy link

codecov bot commented Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (smartsim-refactor@ddde9c5). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                  @@
##             smartsim-refactor     #668   +/-   ##
====================================================
  Coverage                     ?   40.32%           
====================================================
  Files                        ?      108           
  Lines                        ?     7301           
  Branches                     ?        0           
====================================================
  Hits                         ?     2944           
  Misses                       ?     4357           
  Partials                     ?        0           

Copy link
Member

@MattToast MattToast left a comment

Choose a reason for hiding this comment

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

Looks great on my end! Just one last obligatory reminder to please put this in with a merge commit to prevent future conflicts, hahaha.

LGTM!! Thanks for handling this, it'll be nice to have a passing CI again!

@juliaputko juliaputko merged commit 7ddb12f into CrayLabs:smartsim-refactor Aug 15, 2024
33 of 35 checks passed
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.

5 participants