From 2225d20a80ccb06a984379423c9d4ed8f27f45f4 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Tue, 28 Nov 2023 09:38:21 +0100 Subject: [PATCH] rerun pdf after installing dotnet --- .github/workflows/test_pyaedt.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_pyaedt.yml b/.github/workflows/test_pyaedt.yml index 02b4e8c80a..a5b0aa54d7 100644 --- a/.github/workflows/test_pyaedt.yml +++ b/.github/workflows/test_pyaedt.yml @@ -89,7 +89,8 @@ jobs: Set-Item -Path env:PYTHONMALLOC -Value "malloc" # This worked # pytest -n 6 --dist loadfile --durations=50 -vv --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml -k "not test_create_pdf and not test_16_read_hdm and not plt and not Ploton and not plot and not Plot" external\pyaedt\_unittest - pytest -n 6 --dist loadfile --durations=50 -vv --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml external\pyaedt\_unittest + # pytest -n 6 --dist loadfile --durations=50 -vv --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml external\pyaedt\_unittest + pytest -n 6 --dist loadfile --durations=50 -vv --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml -k "test_create_pdf" external\pyaedt\_unittest # - name: 'Pyaedt tests' # uses: nick-fields/retry@v2