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 committed Sep 15, 2023
1 parent 661dd1d commit 5a725aa
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') mkdir pytest --doctest-modules -v --pyargs nipype

stable:
# Check each OS, all supported Python, minimum versions and latest releases
Expand Down

0 comments on commit 5a725aa

Please sign in to comment.