diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c769cc9c71..d327c017a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -80,7 +80,7 @@ jobs: - name: Install test extras run: pip install nipype[tests] - name: Run tests - run: pytest --doctest-modules -v --pyargs nipype + run: TMPDIR=$(mktemp -t -d 't m p.XXXXXXXXXX') pytest --doctest-modules -v --pyargs nipype stable: # Check each OS, all supported Python, minimum versions and latest releases