Skip to content

Commit

Permalink
Merge pull request #3362 from h-mayorquin/fix_streaming_extractor_con…
Browse files Browse the repository at this point in the history
…dition

Fix streaming extractor condition in the CI
  • Loading branch information
alejoe91 authored Sep 4, 2024
2 parents 0f6f21b + 46c6342 commit bd67da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Test streaming extractors
shell: bash
if: env.RUN_STREAMING_EXTRACTORS_TESTS
if: env.RUN_STREAMING_EXTRACTORS_TESTS == 'true'
run: |
pip install -e .[streaming_extractors,test_extractors]
./.github/run_tests.sh "streaming_extractors" --no-virtual-env
Expand Down

0 comments on commit bd67da8

Please sign in to comment.