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: