From 9435c12bb63f32f8803aa093f4431a56d6bea982 Mon Sep 17 00:00:00 2001 From: Wen Wei Tseng Date: Sat, 31 Aug 2024 21:40:27 +0800 Subject: [PATCH] no aggressive GC --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5043637..3a5cb54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,6 @@ jobs: Pkg.activate(".") Pkg.instantiate() Pkg.precompile() - Pkg.gc(collect_delay=Day(0)) - name: List notebooks as a JSON array id: set-matrix run: echo "matrix=$(python -c 'import glob, json; print(json.dumps(glob.glob("**/*.ipynb", root_dir="docs", recursive=True) + glob.glob("**/*.jl", root_dir="docs",recursive=True)))')" >> "$GITHUB_OUTPUT"