From 60bb6a4f8b820f4c5424f67538de7ad0e00fec2d Mon Sep 17 00:00:00 2001 From: Kunwar Sahni Date: Mon, 17 Apr 2023 22:22:07 -0400 Subject: [PATCH] Make the uninstall work --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c45a2c4c..40543c78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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