We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bbf39 commit 60bb6a4Copy full SHA for 60bb6a4
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Run Pyinstaller MacOS
72
run: |
73
- pip3 uninstall charset_normalizer
+ pip3 uninstall -y charset_normalizer
74
git clone https://github.com/Ousret/charset_normalizer.git
75
pip3 install -e -y charset_normalizer
76
python3 version.py
0 commit comments