Skip to content

Commit 5556fa9

Browse files
committed
disabling singularity cache for tests
1 parent ebc7781 commit 5556fa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_singularity_containers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
import spikeinterface.extractors as se
77
import spikeinterface.sorters as ss
88

9+
os.environ['SINGULARITY_DISABLE_CACHE'] = 'true'
10+
911

1012
@pytest.fixture(autouse=True)
1113
def work_dir(request, tmp_path):

0 commit comments

Comments
 (0)