-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'remove_spikeextractors' of https://github.com/catalystn…
…euro/roiextractors into remove_spikeextractors
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|