Skip to content

Commit c041f93

Browse files
dipinknairpyansys-ci-botpre-commit-ci[bot]
authored
FIX: Create Document folder under HOME (#1242)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 28d89ac commit c041f93

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
@@ -399,7 +399,7 @@ jobs:
399399
NUM_CORES: 1
400400
PYTHONUNBUFFERED: 1
401401
run: |
402-
mkdir /root/Documents # work around bug #1301340
402+
mkdir $HOME/Documents # work around bug #1301340
403403
. /env/bin/activate
404404
if [ "${{ needs.container-stability-check.outputs.container_stable_exit }}" = "true" ]; then
405405
xvfb-run mechanical-env pytest -m embedding -s --junitxml test_results${{ matrix.python-version }}.xml
@@ -643,7 +643,7 @@ jobs:
643643
NUM_CORES: 1
644644
ANSYS_WORKBENCH_LOGGING_FILTER_LEVEL: 0
645645
run: |
646-
mkdir /root/Documents # work around #1301340
646+
mkdir $HOME/Documents # work around #1301340
647647
. /env/bin/activate
648648
# Make html or pdf doc
649649
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)