Skip to content

Commit

Permalink
update dev workflow to suppress roiextractors
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Aug 7, 2023
1 parent 7b585f4 commit 8b7d89e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Install full requirements (-e needed for codecov report)
run: pip install -e .[full,test]


- name: Dev gallery - ROIExtractors
run: pip install git+https://github.com/CatalystNeuro/roiextractors@main
# TODO - remove this temporarily disabling when new Bruker interfaces are through
#- name: Dev gallery - ROIExtractors
# run: pip install git+https://github.com/CatalystNeuro/roiextractors@main
- name: Dev gallery - PyNWB
run: pip install git+https://github.com/NeurodataWithoutBorders/pynwb@dev
- name: Dev gallery - SpikeInterface
Expand Down

0 comments on commit 8b7d89e

Please sign in to comment.