Skip to content

Commit 260203a

Browse files
authored
Merge branch 'main' into dont-update-probes-just-for-version
2 parents fa4c7dd + 4196ff9 commit 260203a

File tree

7 files changed

+148102
-2
lines changed

7 files changed

+148102
-2
lines changed

.github/workflows/check_for_changes_in_NP_jsons.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ jobs:
2424
with:
2525
python-version: '3.10'
2626

27-
# we just install probeinterface to get the version number
27+
# we just probeinterface to get the version number
2828
- name: Install probeinterface and matplotlib
2929
run: |
3030
pip install probeinterface matplotlib
3131
PROBEINTERFACE_VERSION=$(pip show pip | grep Version | awk '{print $2}')
3232
pip uninstall probeinterface
33-
33+
34+
3435
# Clone dev version of probeinterface
3536
- name: Clone external repository
3637
run: |
@@ -52,6 +53,7 @@ jobs:
5253
python check_for_json_changes_in_NP_probes.py
5354
rm -r neuropixels_library_generated/
5455
cd ..
56+
5557
rm -r ./probeinterface
5658
5759
- name: Commit changes if any

0 commit comments

Comments
 (0)