From 8b7d89e84a25895cb99e635bfdcb8beb3614c249 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:40:17 -0400 Subject: [PATCH] update dev workflow to suppress roiextractors --- .github/workflows/dev-testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-testing.yml b/.github/workflows/dev-testing.yml index 93f328b64..fa8efc0e2 100644 --- a/.github/workflows/dev-testing.yml +++ b/.github/workflows/dev-testing.yml @@ -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