We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5299e0 commit d654d02Copy full SHA for d654d02
.github/workflows/build_with_conda.yml
@@ -65,6 +65,13 @@ jobs:
65
mongodb:
66
image: mongo:4.4
67
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
+
75
- uses: actions/checkout@v3.3.0
76
# DONT use recursive submodules checkout to simulate conda feedstock build
77
# with:
0 commit comments