diff --git a/.github/workflows/test_pyaedt.yml b/.github/workflows/test_pyaedt.yml index 38a05b966a..9cc84c15d6 100644 --- a/.github/workflows/test_pyaedt.yml +++ b/.github/workflows/test_pyaedt.yml @@ -80,6 +80,7 @@ jobs: # Set-Item -Path env:PYTHONMALLOC -Value "malloc" # pytest -vv --cov=external/pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml external\pyaedt\_unittest\test_02_2D_modeler.py + - name: 'Pyaedt tests' uses: nick-fields/retry@v2 with: max_attempts: 3