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 e25b537
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ jobs:
- name: Install Python dependencies
run: |
python -m ensurepip
which pip
pip --version
python -m pip --version
python -m pip install --upgrade pip wheel
rm -r $(pip cache dir)/selfcheck
# 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,
# attrdict3 is a prerequisite for installing from source.
Expand Down

0 comments on commit e25b537

Please sign in to comment.