File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,14 @@ jobs:
2424 with :
2525 python-version : ' 3.10'
2626
27- # we just probeinterface to get the version number
27+ # we just the release probeinterface to get the version number
2828 - name : Install probeinterface and matplotlib
2929 run : |
3030 pip install probeinterface matplotlib
3131 PROBEINTERFACE_VERSION=$(pip show probeinterface | grep Version | awk '{print $2}')
32- echo $PROBEINTERFACE_VERSION
3332 pip uninstall probeinterface --yes
3433 git clone https://github.com/spikeinterface/probeinterface ./probeinterface
3534 cd probeinterface
36- ls
3735 git fetch
3836 git checkout tags/$PROBEINTERFACE_VERSION
3937 cd ..
Original file line number Diff line number Diff line change 44old_dir = Path ('../imec' )
55new_dir = Path ('./neuropixels_library_generated' )
66
7- new_dir = Path ("/Users/christopherhalcrow/Work/fromgit/probeinterface/neuropixels_library_generated" )
8-
97for temp_probe_directory in new_dir .iterdir ():
108
119 probe_name = str (temp_probe_directory .name )
You can’t perform that action at this time.
0 commit comments