Skip to content

Commit 362b973

Browse files
committed
Test using alternate tmp dir
1 parent 4381319 commit 362b973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_test_all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737

3838
- name: Run test script
3939
run: |
40+
df -h
4041
export NEURON_HOME=$pythonLocation
42+
export TMPDIR=/home/user/tmp/
4143
./test_all.sh
4244
4345
- name: Version info for installed packages

0 commit comments

Comments
 (0)