Skip to content

Commit d654d02

Browse files
committed
Free disk space when building with conda
1 parent a5299e0 commit d654d02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_with_conda.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ jobs:
6565
mongodb:
6666
image: mongo:4.4
6767
steps:
68+
- name: Free Disk Space (Ubuntu)
69+
uses: jlumbroso/free-disk-space@v1.3.1
70+
with:
71+
tool-cache: false
72+
large-packages: false # Time-consuming but doesn't save that much space (4GB)
73+
docker-images: false # We're using docker images we don't want to clear
74+
6875
- uses: actions/checkout@v3.3.0
6976
# DONT use recursive submodules checkout to simulate conda feedstock build
7077
# with:

0 commit comments

Comments
 (0)