From aac7a4b1ceb510da2f4f2af4f755ad91d0f8a0f2 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Thu, 4 Jul 2024 15:12:59 +0200 Subject: [PATCH] add test_extractors to full test with codecov --- .github/actions/build-test-environment/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-test-environment/action.yml b/.github/actions/build-test-environment/action.yml index 53fcd37f45..723e8a702f 100644 --- a/.github/actions/build-test-environment/action.yml +++ b/.github/actions/build-test-environment/action.yml @@ -21,7 +21,7 @@ runs: python -m pip install -U pip # Official recommended way source ${{ github.workspace }}/test_env/bin/activate pip install tabulate # This produces summaries at the end - pip install -e .[test,extractors,streaming_extractors,full] + pip install -e .[test,extractors,streaming_extractors,test_extractors,full] shell: bash - name: Force installation of latest dev from key-packages when running dev (not release) run: |