Skip to content

Commit

Permalink
Merge pull request SpikeInterface#3141 from alejoe91/fix-codecov-tests
Browse files Browse the repository at this point in the history
Add test_extractors to full test with codecov
  • Loading branch information
alejoe91 authored Jul 4, 2024
2 parents bad3364 + aac7a4b commit 5b458ee
Showing 1 changed file with 1 addition 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,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: |
Expand Down

0 comments on commit 5b458ee

Please sign in to comment.