Skip to content

Commit

Permalink
fix streaming extractor condition
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Sep 4, 2024
1 parent 796c80f commit 46c6342
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 46c6342

Please sign in to comment.