Skip to content

Commit bd67da8

Browse files
authored
Merge pull request #3362 from h-mayorquin/fix_streaming_extractor_condition
Fix streaming extractor condition in the CI
2 parents 0f6f21b + 46c6342 commit bd67da8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/all-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
140140
- name: Test streaming extractors
141141
shell: bash
142-
if: env.RUN_STREAMING_EXTRACTORS_TESTS
142+
if: env.RUN_STREAMING_EXTRACTORS_TESTS == 'true'
143143
run: |
144144
pip install -e .[streaming_extractors,test_extractors]
145145
./.github/run_tests.sh "streaming_extractors" --no-virtual-env

0 commit comments

Comments
 (0)