Skip to content

Commit f3f9497

Browse files
committed
debug probeinterface version
1 parent 1f4eb2c commit f3f9497

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/check_for_changes_in_NP_jsons.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,10 @@ jobs:
2727
# we just probeinterface to get the version number
2828
- name: Install probeinterface and matplotlib
2929
run: |
30-
pip install probeinterface matplotlib
31-
PROBEINTERFACE_VERSION=$(pip show pip | grep Version | awk '{print $2}')
32-
pip uninstall probeinterface --yes
33-
34-
35-
# Clone dev version of probeinterface
36-
- name: Clone external repository
37-
run: |
30+
pip install probeinterface matplotlib
31+
PROBEINTERFACE_VERSION=$(pip show probeinterface | grep Version | awk '{print $2}')
32+
echo $PROBEINTERFACE_VERSION
33+
pip uninstall probeinterface --yes
3834
git clone https://github.com/spikeinterface/probeinterface ./probeinterface
3935
cd probeinterface
4036
ls

0 commit comments

Comments
 (0)