Skip to content

Commit 1f60179

Browse files
committed
oups
1 parent f3f9497 commit 1f60179

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/check_for_changes_in_NP_jsons.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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 ..

scripts/check_for_json_changes_in_NP_probes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
old_dir = Path('../imec')
55
new_dir = Path('./neuropixels_library_generated')
66

7-
new_dir = Path("/Users/christopherhalcrow/Work/fromgit/probeinterface/neuropixels_library_generated")
8-
97
for temp_probe_directory in new_dir.iterdir():
108

119
probe_name = str(temp_probe_directory.name)

0 commit comments

Comments
 (0)