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.
1 parent 227d017 commit 252a0d9Copy full SHA for 252a0d9
.github/workflows/ci_cd.yml
@@ -398,7 +398,6 @@ jobs:
398
NUM_CORES: 1
399
PYTHONUNBUFFERED: 1
400
run: |
401
- mkdir $HOME/Documents # work around bug #1301340
402
. /env/bin/activate
403
if [ "${{ needs.container-stability-check.outputs.container_stable_exit }}" = "true" ]; then
404
xvfb-run mechanical-env pytest -m embedding -s --junitxml test_results${{ matrix.python-version }}.xml
@@ -642,7 +641,6 @@ jobs:
642
641
643
ANSYS_WORKBENCH_LOGGING_FILTER_LEVEL: 0
644
645
- mkdir $HOME/Documents # work around #1301340
646
647
# Make html or pdf doc
648
make_doc() {
doc/changelog.d/1259.fixed.md
@@ -0,0 +1 @@
1
+Remove workaround for Documents folder
0 commit comments