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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Fix macos CI universal dependency errors #274

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

ayushuk
Copy link
Member

@ayushuk ayushuk commented Mar 2, 2023

Summary:

Uninstalled a python dependency causing CI builds on macos to fail.

Motivation:

A dependency, charset_normalizer, not necessary for CI builds does not support universal binaries causing the CI to fail. This does not affect normal usage of the CLI as pip will install the dependency specific to the hardware (apple silicon or intel).

Test Plan:

Push any commit and confirm CI builds passed:
Screenshot 2023-03-02 at 2 18 10 PM

Copy link
Member

@kunwarsahni01 kunwarsahni01 left a comment

Choose a reason for hiding this comment

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

LGTM

@ayushuk ayushuk merged commit b08bb8d into develop Mar 3, 2023
@ayushuk ayushuk deleted the bugfix/fix-ci-macos-universal-dependency-error branch March 3, 2023 00:18
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.

None yet

2 participants