Skip to content

Commit 8d08611

Browse files
committed
move into probeinterface
1 parent 7499b81 commit 8d08611

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check_for_changes_in_NP_jsons.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ jobs:
3636
- name: Clone external repository
3737
run: |
3838
git clone https://github.com/spikeinterface/probeinterface ./probeinterface
39+
cd probeinterface
3940
git fetch
4041
git checkout tags/$PROBEINTERFACE_VERSION
42+
cd ..
4143
pip install ./probeinterface
4244
4345

0 commit comments

Comments
 (0)