Skip to content

Commit

Permalink
Add docker dependency in test_containers actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jun 21, 2024
1 parent e431bd6 commit 9da27b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_containers_singularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9da27b2

Please sign in to comment.