File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,25 +2,31 @@ name: Python test
2
2
run-name : python_test
3
3
on : [push]
4
4
jobs :
5
- Spike-Only :
5
+ Preamble :
6
6
runs-on : self-hosted
7
7
steps :
8
8
- run : cd ~/Desktop/blech_clust
9
9
- run : pwd
10
10
- run : which python
11
11
- run : conda info --envs
12
+ Spike-Only :
13
+ runs-on : self-hosted
14
+ steps :
12
15
- name : Prefect SPIKE only test
16
+ shell : bash
13
17
working-directory : /home/abuzarmahmood/Desktop/blech_clust
14
18
run : python pipeline_testing/prefect_pipeline.py -s --raise-exception
15
19
EMG-Only :
16
20
runs-on : self-hosted
17
21
steps :
18
22
- name : Prefect EMG only test
23
+ shell : bash
19
24
working-directory : /home/abuzarmahmood/Desktop/blech_clust
20
25
run : python pipeline_testing/prefect_pipeline.py -e --raise-exception
21
26
Spike-EMG :
22
27
runs-on : self-hosted
23
28
steps :
24
29
- name : Prefect SPIKE then EMG test
30
+ shell : bash
25
31
working-directory : /home/abuzarmahmood/Desktop/blech_clust
26
32
run : python pipeline_testing/prefect_pipeline.py --spike-emg --raise-exception
You can’t perform that action at this time.
0 commit comments