File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ jobs:
398
398
NUM_CORES : 1
399
399
PYTHONUNBUFFERED : 1
400
400
run : |
401
- mkdir /root /Documents # work around bug #1301340
401
+ mkdir $HOME /Documents # work around bug #1301340
402
402
. /env/bin/activate
403
403
if [ "${{ needs.container-stability-check.outputs.container_stable_exit }}" = "true" ]; then
404
404
xvfb-run mechanical-env pytest -m embedding -s --junitxml test_results${{ matrix.python-version }}.xml
@@ -642,7 +642,7 @@ jobs:
642
642
NUM_CORES : 1
643
643
ANSYS_WORKBENCH_LOGGING_FILTER_LEVEL : 0
644
644
run : |
645
- mkdir /root /Documents # work around #1301340
645
+ mkdir $HOME /Documents # work around #1301340
646
646
. /env/bin/activate
647
647
# Make html or pdf doc
648
648
make_doc() {
Original file line number Diff line number Diff line change
1
+ Create document folder under home
You can’t perform that action at this time.
0 commit comments