Skip to content

Commit 60bb6a4

Browse files
committed
Make the uninstall work
1 parent d9bbf39 commit 60bb6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Run Pyinstaller MacOS
7272
run: |
73-
pip3 uninstall charset_normalizer
73+
pip3 uninstall -y charset_normalizer
7474
git clone https://github.com/Ousret/charset_normalizer.git
7575
pip3 install -e -y charset_normalizer
7676
python3 version.py

0 commit comments

Comments
 (0)