Skip to content

Commit

Permalink
馃悰 Fix macos CI universal dependency errors (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushuk committed Mar 26, 2023
1 parent 4f3ae08 commit f8ba997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: matrix.os == 'macos-latest'

- name: Install Requirements
run: python3 -m pip install --upgrade pip && pip3 install wheel && pip3 install -r requirements.txt && pip3 uninstall -y typing
run: python3 -m pip install --upgrade pip && pip3 install wheel && pip3 install -r requirements.txt && pip3 uninstall -y typing && pip3 uninstall -y charset_normalizer

- name: Build Wheel
run: python3 setup.py bdist_wheel
Expand Down

0 comments on commit f8ba997

Please sign in to comment.