Skip to content

Commit c919e6c

Browse files
committed
only ci-tests
1 parent 1c14599 commit c919e6c

File tree

4 files changed

+3
-89
lines changed

4 files changed

+3
-89
lines changed

.github/workflows/build_test_push_images.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.github/workflows/test_containers_singularity.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test sorter images in singularity
22

33
on:
44
workflow_dispatch:
5+
pull_request:
6+
branches: [main]
7+
types: [synchronize, opened, reopened, ready_for_review]
58

69
jobs:
710
test-images:

spykingcircus/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ RUN apt-get update && apt-get install -y packagekit-gtk3-module libcanberra-gtk-
1414
RUN pip install scikit-build
1515
RUN pip install cmake>=3.18
1616
RUN pip install spyking-circus==1.1.0
17-
18-
# test

tridesclous/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ RUN pip install h5py
2020
RUN pip install loky packaging
2121

2222
RUN pip install tridesclous==1.6.5
23-
24-
# test

0 commit comments

Comments
 (0)