Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5a725aa

Browse files
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

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') 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)

AltStyle によって変換されたページ (->オリジナル) /