Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@xiaoyi-cheng
Copy link
Contributor

@xiaoyi-cheng xiaoyi-cheng commented Jan 23, 2024

Issue #, if available:

Release pipeline gets blocked due to integration tests failed, add --force-reinstall option to pip install command to force re-install fmeval.

While fixing this issue, ping pandas to 2.1.4 as when 2.2.0 released 01/19/2024,
there's error "ImportError: cannot import name 'ExtensionArrayFormatter' from 'pandas.io.formats.format'".

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

install_package() {
wheel_name=$(ls -t dist | head -n 1)
pip3 install --upgrade dist/$wheel_name
pip3 install --upgrade dist/$wheel_name --upgrade --upgrade-strategy only-if-needed --force-reinstall
Copy link
Contributor

Choose a reason for hiding this comment

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

Aren't --upgrade-strategy only-if-needed and --force-reinstall opposing ideas?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! You're right --upgrade-strategy only-if-needed is the default option which is not needed here. I'll delete in another commit.

@xiaoyi-cheng xiaoyi-cheng merged commit c031a0e into aws:main Jan 23, 2024
@xiaoyi-cheng xiaoyi-cheng deleted the fixpipeline branch January 23, 2024 20:22
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.

3 participants