We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4eb2c commit f3f9497Copy full SHA for f3f9497
.github/workflows/check_for_changes_in_NP_jsons.yml
@@ -27,14 +27,10 @@ jobs:
27
# we just probeinterface to get the version number
28
- name: Install probeinterface and matplotlib
29
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: |
+ pip install probeinterface matplotlib
+ PROBEINTERFACE_VERSION=$(pip show probeinterface | grep Version | awk '{print $2}')
+ echo $PROBEINTERFACE_VERSION
+ pip uninstall probeinterface --yes
38
git clone https://github.com/spikeinterface/probeinterface ./probeinterface
39
cd probeinterface
40
ls
0 commit comments