WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0573b86

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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') 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)