Skip to content

Commit

Permalink
πŸ„πŸ»β€β™‚οΈ Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Nov 30, 2024
1 parent 88d7c7e commit 2d11243
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Free up disk space
run: |
sudo apt-get clean
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
df -h
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2d11243

Please sign in to comment.