diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index a470ad3854..d9e76b108d 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -352,6 +352,8 @@ jobs: . .venv/bin/activate pytest -n auto --dist loadfile --durations=50 -v external/pyaedt/tests/system/general/ + # FIXME: The need to run test_45_workflows first should be removed + # This is due to a strange behavior when using numpy2 and AEDT, see #987 and #989 for more information - name: Run PyAEDT solvers tests uses: nick-fields/retry@v3 env: @@ -363,7 +365,8 @@ jobs: command: | export LD_LIBRARY_PATH=${{ env.ANSYSEM_ROOT242 }}/common/mono/Linux64/lib64:$LD_LIBRARY_PATH . .venv/bin/activate - pytest --durations=50 -v external/pyaedt/tests/system/solvers + pytest --durations=50 -v external/pyaedt/tests/system/solvers/test_45_workflows.py + pytest --durations=50 -v external/pyaedt/tests/system/solvers --deselect=external/pyaedt/tests/system/solvers/test_45_workflows.py # ================================================================================================= # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv RUNNING ON SELF-HOSTED RUNNER vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv