Skip to content

Commit 252a0d9

Browse files
koubaaMohamed Koubaapyansys-ci-bot
authored
fix: Remove workaround for Documents folder (#1259)
Co-authored-by: Mohamed Koubaa <[email protected]> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 227d017 commit 252a0d9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ jobs:
398398
NUM_CORES: 1
399399
PYTHONUNBUFFERED: 1
400400
run: |
401-
mkdir $HOME/Documents # work around bug #1301340
402401
. /env/bin/activate
403402
if [ "${{ needs.container-stability-check.outputs.container_stable_exit }}" = "true" ]; then
404403
xvfb-run mechanical-env pytest -m embedding -s --junitxml test_results${{ matrix.python-version }}.xml
@@ -642,7 +641,6 @@ jobs:
642641
NUM_CORES: 1
643642
ANSYS_WORKBENCH_LOGGING_FILTER_LEVEL: 0
644643
run: |
645-
mkdir $HOME/Documents # work around #1301340
646644
. /env/bin/activate
647645
# Make html or pdf doc
648646
make_doc() {

doc/changelog.d/1259.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove workaround for Documents folder

0 commit comments

Comments
 (0)