From cbfbe514ce9891da8ef97fd78094a32ced0de940 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 7 Nov 2023 10:23:25 +0100 Subject: [PATCH] CI: Add WEASEL_CONFIG_OVERRIDES --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a98d3be..82af74da 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,6 +12,7 @@ on: env: # Make sure we're exiting training as early as possible SPACY_CONFIG_OVERRIDES: '--training.max_epochs=1 --training.max_steps=1' + WEASEL_CONFIG_OVERRIDES: '--training.max_epochs=1 --training.max_steps=1' WASABI_LOG_FRIENDLY: 1 jobs: