From ef5cd68a7a548afe1bdad82e276dcaed029f3175 Mon Sep 17 00:00:00 2001 From: zm711 <92116279+zm711@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:33:28 -0400 Subject: [PATCH] fix typo --- .github/workflows/all-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all-tests.yml b/.github/workflows/all-tests.yml index 855fd072de..8317d7bec4 100644 --- a/.github/workflows/all-tests.yml +++ b/.github/workflows/all-tests.yml @@ -137,7 +137,7 @@ jobs: pip install -e .[extractors,streaming_extractors,test_extractors] ./.github/run_tests.sh "extractors and not streaming_extractors" --no-virtual-env - - name: Test streaming extracotors + - name: Test streaming extractors shell: bash if: env.RUN_STREAMING_EXTRACTORS_TESTS run: |