Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
purge some cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jonafato committed Nov 6, 2023
1 parent 700749d commit 9ba654e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9ba654e

Please sign in to comment.