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