Skip to content

Commit 9604183

Browse files
authored
Merge branch 'master' into fix-blackrock-overflow
2 parents 065c155 + 008cbe8 commit 9604183

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/io-test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,11 @@ jobs:
8282

8383
- name: Install git-annex
8484
# this is the trick from the spikeinterface repo for getting git-annex to work with datalad
85+
# see https://github.com/SpikeInterface/spikeinterface/pull/3877 for more info
8586
shell: bash
8687
run: |
8788
pip install datalad-installer
88-
wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
89-
mkdir /home/runner/work/installation
90-
mv git-annex-standalone-amd64.tar.gz /home/runner/work/installation/
91-
workdir=$(pwd)
92-
cd /home/runner/work/installation
93-
tar xvzf git-annex-standalone-amd64.tar.gz
94-
echo "$(pwd)/git-annex.linux" >> $GITHUB_PATH
95-
cd $workdir
89+
datalad-installer --sudo ok git-annex --method datalad/packages
9690
git config --global filter.annex.process "git-annex filter-process" # recommended for efficiency
9791
9892
- name: Configure git

neo/rawio/intanrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
_signal_buffer_dtype,
3636
_spike_channel_dtype,
3737
_event_channel_dtype,
38-
)
38+
)
3939

4040

4141
class IntanRawIO(BaseRawIO):

0 commit comments

Comments
 (0)