Skip to content

Commit 118ddf8

Browse files
authored
Merge branch 'main' into chore/252-cicd
2 parents 39fe21e + c041f93 commit 118ddf8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ jobs:
398398
NUM_CORES: 1
399399
PYTHONUNBUFFERED: 1
400400
run: |
401-
mkdir /root/Documents # work around bug #1301340
401+
mkdir $HOME/Documents # work around bug #1301340
402402
. /env/bin/activate
403403
if [ "${{ needs.container-stability-check.outputs.container_stable_exit }}" = "true" ]; then
404404
xvfb-run mechanical-env pytest -m embedding -s --junitxml test_results${{ matrix.python-version }}.xml
@@ -642,7 +642,7 @@ jobs:
642642
NUM_CORES: 1
643643
ANSYS_WORKBENCH_LOGGING_FILTER_LEVEL: 0
644644
run: |
645-
mkdir /root/Documents # work around #1301340
645+
mkdir $HOME/Documents # work around #1301340
646646
. /env/bin/activate
647647
# Make html or pdf doc
648648
make_doc() {

doc/changelog.d/1242.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Create document folder under home

0 commit comments

Comments
 (0)