From 6ac5005022f640555457767f7e087544abc879c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:43:26 +0100 Subject: [PATCH] CI: Fix release workflow (#913) --- .github/workflows/ci_cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 03af122cc2..630ffcaab4 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -274,7 +274,7 @@ jobs: timeout_minutes: 40 command: | .venv\Scripts\Activate.ps1 - pytest --durations=50 -v external/external/pyaedt/tests/system/solvers + pytest --durations=50 -v external/pyaedt/tests/system/solvers # ================================================================================================= # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv RUNNING ON SELF-HOSTED RUNNER vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv @@ -350,7 +350,7 @@ jobs: command: | export LD_LIBRARY_PATH=${{ env.ANSYSEM_ROOT242 }}/common/mono/Linux64/lib64:${{ env.ANSYSEM_ROOT242 }}/Delcross:$LD_LIBRARY_PATH . .venv/bin/activate - pytest -n auto --dist loadfile --durations=50 -v external/pyaedt/_unittest + pytest -n auto --dist loadfile --durations=50 -v external/pyaedt/tests/system/general/ - name: Run PyAEDT solvers tests uses: nick-fields/retry@v3 @@ -363,7 +363,7 @@ jobs: command: | export LD_LIBRARY_PATH=${{ env.ANSYSEM_ROOT242 }}/common/mono/Linux64/lib64:${{ env.ANSYSEM_ROOT242 }}/Delcross:$LD_LIBRARY_PATH . .venv/bin/activate - pytest --durations=50 -v external/pyaedt/_unittest_solvers + pytest --durations=50 -v external/pyaedt/tests/system/solvers # ================================================================================================= # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv RUNNING ON SELF-HOSTED RUNNER vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv