Skip to content

FIX: Create Document folder under HOME #1242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 36 commits into from
Jul 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
e8f3ca0
add home option
dipinknair Jul 17, 2025
f594762
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
c995b4d
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
39d01e1
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
aabee8e
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
5a85ee7
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
e740c13
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
47a6ac6
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
cc87490
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
a0892ae
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
508c8a2
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
015b1c3
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
807f91a
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
f4f11ae
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
3818778
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
537034e
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
9612b4e
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
597f06b
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
18476ad
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
8d07eaf
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
3b1d96b
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
126cb3a
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
58cbfd4
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
e6ae72a
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
ca7d453
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
090e394
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
b8263a5
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
28d34df
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
5530405
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
e2401f6
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
df2ad12
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
36aace4
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
d1a2a53
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
9bef1ea
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
37c0fc4
chore: auto fixes from pre-commit hooks
pre-commit-ci[bot] Jul 17, 2025
aa07cc3
chore: adding changelog file 1242.fixed.md [dependabot-skip]
pyansys-ci-bot Jul 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ jobs:
NUM_CORES: 1
PYTHONUNBUFFERED: 1
run: |
mkdir /root/Documents # work around bug #1301340
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
Expand Down Expand Up @@ -643,7 +643,7 @@ jobs:
NUM_CORES: 1
ANSYS_WORKBENCH_LOGGING_FILTER_LEVEL: 0
run: |
mkdir /root/Documents # work around #1301340
mkdir $HOME/Documents # work around #1301340
. /env/bin/activate
# Make html or pdf doc
make_doc() {
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/1242.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Create document folder under home
Loading