Skip to content

Commit

Permalink
Make the uninstall work
Browse files Browse the repository at this point in the history
  • Loading branch information
kunwarsahni01 committed Apr 18, 2023
1 parent d9bbf39 commit 60bb6a4
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 @@ -70,7 +70,7 @@ jobs:

- name: Run Pyinstaller MacOS
run: |
pip3 uninstall charset_normalizer
pip3 uninstall -y charset_normalizer
git clone https://github.com/Ousret/charset_normalizer.git
pip3 install -e -y charset_normalizer
python3 version.py
Expand Down

0 comments on commit 60bb6a4

Please sign in to comment.