From 07fe493ce6547d54b36b99146364f4930bce5f55 Mon Sep 17 00:00:00 2001 From: Mohamed Koubaa Date: Wed, 30 Jul 2025 14:15:21 -0500 Subject: [PATCH 1/2] Remove workaround for Documents folder --- .github/workflows/ci_cd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index a75576255..7ae37ccca 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -398,7 +398,6 @@ jobs: NUM_CORES: 1 PYTHONUNBUFFERED: 1 run: | - mkdir $HOME/Documents # work around bug #1301340 . /env/bin/activate if [ "${{ needs.container-stability-check.outputs.container_stable_exit }}" = "true" ]; then xvfb-run mechanical-env pytest -m embedding -s --junitxml test_results${{ matrix.python-version }}.xml @@ -642,7 +641,6 @@ jobs: NUM_CORES: 1 ANSYS_WORKBENCH_LOGGING_FILTER_LEVEL: 0 run: | - mkdir $HOME/Documents # work around #1301340 . /env/bin/activate # Make html or pdf doc make_doc() { From cc7e09be21dfa15ddd517ed355110632ebd48414 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 30 Jul 2025 19:32:04 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1259.fixed.md [dependabot-skip] --- doc/changelog.d/1259.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1259.fixed.md diff --git a/doc/changelog.d/1259.fixed.md b/doc/changelog.d/1259.fixed.md new file mode 100644 index 000000000..f1d41633c --- /dev/null +++ b/doc/changelog.d/1259.fixed.md @@ -0,0 +1 @@ +Remove workaround for Documents folder \ No newline at end of file