Skip to content

Commit

Permalink
Merge branch 'remove_spikeextractors' of https://github.com/catalystn…
Browse files Browse the repository at this point in the history
…euro/roiextractors into remove_spikeextractors
  • Loading branch information
CodyCBakerPhD committed Aug 20, 2022
2 parents dabce1c + fdeca0d commit 89908f9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "CI Almighty"
pip install wheel # needed for scanimage
- name: Test minimal installation
run: pip install .
- name: Test full installation
run: pip install .[full]
- name: Install testing requirements (-e needed for codecov report)
run: pip install -e .[test]
- name: Install roiextractors with minimal requirements
run: pip install .[test]
- name: Run minimal tests
run: pytest tests/test_internals -n auto --dist loadscope

- name: Test full installation (-e needed for codecov report)
run: pip install -e .[full]

- name: Get ophys_testing_data current head hash
id: ophys
Expand Down

0 comments on commit 89908f9

Please sign in to comment.