Skip to content

Commit 6b4b307

Browse files
committed
ci: clean up space for polars
1 parent ca6d981 commit 6b4b307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
done
174174
- name: Free additional disk space (if necessary)
175175
run: |
176-
if grep -q '^demo-package1$\|^demo-package2$\$' ./built_tur_packages.txt; then
176+
if grep -Eq '^(python.*-polars)$' ./built_*_packages.txt; then
177177
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php|aspnetcore)') \
178178
mono-runtime-common monodoc-manual ruby
179179
sudo apt autoremove -yq

0 commit comments

Comments
 (0)