Skip to content

Commit b905a85

Browse files
committed
try again
1 parent 148ee94 commit b905a85

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/check_for_new_probes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
run: |
6868
# --- USER ACTION REQUIRED ---
6969
# Replace this path with the correct path to your local script
70+
ls
71+
cd scripts/
7072
python check_for_new_NP_probes.py
7173
rm -r neuropixels_library_generated/
7274
cd ..

scripts/check_for_new_NP_probes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import shutil
33

44
old_dir = Path('../imec')
5-
new_dir = Path('../../probeinterface/resources/test_np_lib')
5+
new_dir = Path('../probeinterface/resources/test_np_lib')
66

77
existing_probes = list(probe_path.name for probe_path in old_dir.iterdir())
88

0 commit comments

Comments
 (0)