Skip to content

Conversation

@sfc-gh-mvashishtha
Copy link
Contributor

What do these changes do?

  • first commit message and PR title follow format outlined here

    NOTE: If you edit the PR title to match this format, you need to add another commit (even if it's empty) or amend your last commit for the CI job that checks the PR title to pick up the new PR title.

  • passes flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
  • passes black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
  • signed commit with git commit -s
  • Resolves Fix CI, including mypy "incompatible return type" error in modin/__init__.py:64:12 #7419
  • tests added and passing
  • module layout described at docs/development/architecture.rst is up-to-date

@anmyachev
Copy link
Collaborator

Setting up libmpich-dev:amd64 (4.0-3) ... works but Setting up libmpich-dev:amd64 (4.2.0-5build3) doesn't work. I think the following change can help to fix mpi issue: sudo apt install libmpich-dev -> sudo apt install libmpich-dev<4.2

Signed-off-by: sfc-gh-mvashishtha <[email protected]>
Signed-off-by: sfc-gh-mvashishtha <[email protected]>
anmyachev
anmyachev previously approved these changes Jan 15, 2025
@sfc-gh-mvashishtha sfc-gh-mvashishtha marked this pull request as ready for review January 16, 2025 00:14
@sfc-gh-mvashishtha sfc-gh-mvashishtha merged commit caa6116 into modin-project:main Jan 16, 2025
38 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.

Fix CI, including mypy "incompatible return type" error in modin/__init__.py:64:12

2 participants