We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661dd1d commit 0573b86Copy full SHA for 0573b86
.github/workflows/tests.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Install test extras
81
run: pip install nipype[tests]
82
- name: Run tests
83
- run: pytest --doctest-modules -v --pyargs nipype
+ run: TMPDIR=$(mktemp -t -d 't m p.XXXXXXXXXX') pytest --doctest-modules -v --pyargs nipype
84
85
stable:
86
# Check each OS, all supported Python, minimum versions and latest releases
0 commit comments