Skip to content

Commit 5a725aa

Browse files
committed
Run tests whenever TMPDIR points to some folder with spaces in the name
1 parent 661dd1d commit 5a725aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install test extras
8181
run: pip install nipype[tests]
8282
- name: Run tests
83-
run: pytest --doctest-modules -v --pyargs nipype
83+
run: TMPDIR=$(mktemp -t -d 't m p.XXXXXXXXXX') mkdir pytest --doctest-modules -v --pyargs nipype
8484

8585
stable:
8686
# Check each OS, all supported Python, minimum versions and latest releases

0 commit comments

Comments
 (0)