Skip to content

Commit 1829e26

Browse files
committed
fix: ci.yml file updated to remove the disk cleanup task
1 parent e81b142 commit 1829e26

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

29-
- name: Free disk space
30-
run: |
31-
sudo rm -rf /usr/share/dotnet
32-
sudo rm -rf /usr/local/lib/android
33-
sudo rm -rf /opt/ghc
34-
sudo rm -rf /opt/hostedtoolcache/CodeQL
35-
sudo docker image prune --all --force
36-
df -h
37-
3829
- name: Install dependencies
3930
run: |
4031
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)