From 56eb13def0a7cec0909fb79c3a83d59149c0c60c Mon Sep 17 00:00:00 2001 From: Casey Jao Date: Wed, 1 Nov 2023 19:29:04 -0400 Subject: [PATCH] Enable task packing for all FT --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 99c5d6075..113020151 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -219,6 +219,7 @@ jobs: exit 1 fi env: + COVALENT_ENABLE_TASK_PACKING: 1 COVALENT_EXECUTOR_DIR: doc/source/how_to/execution/custom_executors - name: Run functional tests and measure coverage