Skip to content

Commit db3e5bd

Browse files
committed
test - move back setting env var
1 parent 9c20a6a commit db3e5bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_containers_singularity.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
pip install -r requirements_test.txt
3131
3232
- name: Run test singularity containers
33-
env:
34-
SINGULARITY_DISABLE_CACHE: true
3533
run: |
3634
pip install tridesclous
3735
pytest -sv tests/test_singularity_containers.py

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)