From 9ba654e90332671b64a22eabdf48e09c2fd46ae3 Mon Sep 17 00:00:00 2001 From: Jon Banafato Date: Mon, 6 Nov 2023 14:17:30 -0500 Subject: [PATCH] purge some cache --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73154fd..2b81e19 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,10 +35,8 @@ jobs: - name: Install Python dependencies run: | - python -m ensurepip - which pip - pip --version - python -m pip --version + rm -r $(pip cache dir)/selfcheck + pip cache purge python -m pip install --upgrade pip wheel # Install attrdict3 to support the installation of wxPython from source. # In most cases, wxPython can be installed from wheels, but if those are not available,