Skip to content

Commit 438409c

Browse files
committed
Set env var in workflow
1 parent c89c82a commit 438409c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_containers_singularity.yml

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

tests/test_singularity_containers.py

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

9-
os.environ['SINGULARITY_DISABLE_CACHE'] = 'true'
10-
119

1210
@pytest.fixture(autouse=True)
1311
def work_dir(request, tmp_path):

0 commit comments

Comments
 (0)