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 @@ -399,7 +399,7 @@ jobs:
399
399
NUM_CORES : 1
400
400
PYTHONUNBUFFERED : 1
401
401
run : |
402
- mkdir /root /Documents # work around bug #1301340
402
+ mkdir $HOME /Documents # work around bug #1301340
403
403
. /env/bin/activate
404
404
if [ "${{ needs.container-stability-check.outputs.container_stable_exit }}" = "true" ]; then
405
405
xvfb-run mechanical-env pytest -m embedding -s --junitxml test_results${{ matrix.python-version }}.xml
@@ -643,7 +643,7 @@ jobs:
643
643
NUM_CORES : 1
644
644
ANSYS_WORKBENCH_LOGGING_FILTER_LEVEL : 0
645
645
run : |
646
- mkdir /root /Documents # work around #1301340
646
+ mkdir $HOME /Documents # work around #1301340
647
647
. /env/bin/activate
648
648
# Make html or pdf doc
649
649
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