Skip to content

Commit

Permalink
Merge pull request #274 from purduesigbots/bugfix/fix-ci-macos-univer…
Browse files Browse the repository at this point in the history
…sal-dependency-error

🐛 Fix macos CI universal dependency errors
  • Loading branch information
ayushuk committed Mar 3, 2023
2 parents 4f3ae08 + a8dd15f commit b08bb8d
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 b08bb8d

Please sign in to comment.