Skip to content

Commit a986385

Browse files
authored
Merge branch 'main' into feat/save-as
2 parents 7d1d60c + 09c9425 commit a986385

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ jobs:
399399
NUM_CORES: 1
400400
PYTHONUNBUFFERED: 1
401401
run: |
402+
mkdir /root/Documents # work around bug #1301340
402403
. /env/bin/activate
403404
if [ "${{ needs.container-stability-check.outputs.container_stable_exit }}" = "true" ]; then
404405
xvfb-run mechanical-env pytest -m embedding -s --junitxml test_results${{ matrix.python-version }}.xml
@@ -642,6 +643,7 @@ jobs:
642643
NUM_CORES: 1
643644
ANSYS_WORKBENCH_LOGGING_FILTER_LEVEL: 0
644645
run: |
646+
mkdir /root/Documents # work around #1301340
645647
. /env/bin/activate
646648
# Make html or pdf doc
647649
make_doc() {

doc/changelog.d/1235.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Workaround 261 bug requiring documents folder

0 commit comments

Comments
 (0)