Skip to content

Commit

Permalink
Run tests whenever TMPDIR points to some folder with spaces in the name
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored and effigies committed May 6, 2024
1 parent d52a62d commit 2eabcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eabcc4

Please sign in to comment.