File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,13 +17,19 @@ jobs:
1717 os : ["ubuntu-latest", ]
1818 steps :
1919 - uses : actions/checkout@v3
20+
21+ - uses : actions/setup-python@v4
2022 with :
21- python-version : 3.8
23+ python-version : ' 3.9 '
2224
2325 - uses : eWaterCycle/setup-singularity@v7
2426 with :
2527 singularity-version : 3.8.3
2628
29+ - name : Python version
30+ run : |
31+ python --version
32+
2733 - name : Install dependencies
2834 run : |
2935 pip install tridesclous
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ RUN pip install numpy
77
88RUN pip install requests
99# Install MountainSort4
10- RUN pip install mountainsort4==1.0.3
10+ RUN pip install mountainsort4==1.0.4
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- docker build -t spikeinterface/mountainsort4-base:latest -t spikeinterface/mountainsort4-base:1.0.3 .
3+ docker build -t spikeinterface/mountainsort4-base:latest -t spikeinterface/mountainsort4-base:1.0.4 .
Original file line number Diff line number Diff line change 1+ FROM python:3.8
2+
3+ # downgrade pip version to avoid dependency issues during installations
4+ RUN pip install --no-input pip==21.2.4
5+
6+ RUN pip install numpy
7+
8+ RUN pip install mountainsort5==0.1.5
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ docker build -t spikeinterface/mountainsort5-base:latest -t spikeinterface/mountainsort5-base:0.1.5 .
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ docker push --all-tags spikeinterface/mountainsort5-base
Original file line number Diff line number Diff line change 1- git+https://github.com/SpikeInterface/spikeinterface.git#egg=spikeinterface[full]
1+ spikeinterface[full] @ git+https://github.com/SpikeInterface/spikeinterface.git
22spython==0.2.1
33pytest==7.1.2
You can’t perform that action at this time.
0 commit comments