We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d1d60c + 09c9425 commit a986385Copy full SHA for a986385
.github/workflows/ci_cd.yml
@@ -399,6 +399,7 @@ jobs:
399
NUM_CORES: 1
400
PYTHONUNBUFFERED: 1
401
run: |
402
+ mkdir /root/Documents # work around bug #1301340
403
. /env/bin/activate
404
if [ "${{ needs.container-stability-check.outputs.container_stable_exit }}" = "true" ]; then
405
xvfb-run mechanical-env pytest -m embedding -s --junitxml test_results${{ matrix.python-version }}.xml
@@ -642,6 +643,7 @@ jobs:
642
643
644
ANSYS_WORKBENCH_LOGGING_FILTER_LEVEL: 0
645
646
+ mkdir /root/Documents # work around #1301340
647
648
# Make html or pdf doc
649
make_doc() {
doc/changelog.d/1235.fixed.md
@@ -0,0 +1 @@
1
+Workaround 261 bug requiring documents folder
0 commit comments