Skip to content

Commit

Permalink
Merge pull request #2269 from h-mayorquin/add_streaming_extractors_de…
Browse files Browse the repository at this point in the history
…pendencies_to_full

Add streaming extractors dependencies to full
  • Loading branch information
alejoe91 authored Nov 28, 2023
2 parents 0d0c931 + 0723134 commit 1000aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-test-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,full]
pip install -e .[test,extractors,streaming_extractors,full]
shell: bash
- name: Force installation of latest dev from key-packages when running dev (not release)
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_recording_s3_nwb_ros3(tmp_path):
check_recordings_equal(rec, reloaded_recording)


@pytest.mark.streaming_extractors
@pytest.mark.parametrize("cache", [True, False]) # Test with and without cache
def test_recording_s3_nwb_fsspec(tmp_path, cache):
file_path = (
Expand Down

0 comments on commit 1000aae

Please sign in to comment.