From 9da27b2e5257a007840063585af8ca188c38988f Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 21 Jun 2024 12:48:23 +0200 Subject: [PATCH] Add docker dependency in test_containers actions --- .github/workflows/test_containers_singularity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_containers_singularity.yml b/.github/workflows/test_containers_singularity.yml index 00941215b1..e3153aab18 100644 --- a/.github/workflows/test_containers_singularity.yml +++ b/.github/workflows/test_containers_singularity.yml @@ -31,7 +31,7 @@ jobs: python -m pip install -U pip # Official recommended way pip install pytest pip install -e .[full] - pip install spython + pip install spython docker - name: Run test singularity containers run: | pytest -vv --capture=tee-sys -rA src/spikeinterface/sorters/external/tests/test_singularity_containers.py