Skip to content

Commit

Permalink
disabling singularity cache for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chyumin committed Jun 24, 2022
1 parent ebc7781 commit 5556fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_singularity_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import spikeinterface.extractors as se
import spikeinterface.sorters as ss

os.environ['SINGULARITY_DISABLE_CACHE'] = 'true'


@pytest.fixture(autouse=True)
def work_dir(request, tmp_path):
Expand Down

0 comments on commit 5556fa9

Please sign in to comment.