From c93ef4fbcc05de00e6ddb74dbeb9edf1febe4f5f Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Mon, 27 Nov 2023 15:31:50 +0100 Subject: [PATCH] final test which should be passing --- .github/workflows/test_pyaedt.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_pyaedt.yml b/.github/workflows/test_pyaedt.yml index 8e6cb979c1..02b4e8c80a 100644 --- a/.github/workflows/test_pyaedt.yml +++ b/.github/workflows/test_pyaedt.yml @@ -89,7 +89,7 @@ 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 -k "not test_create_pdf and not test_16_read_hdm" 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 # - name: 'Pyaedt tests' # uses: nick-fields/retry@v2 diff --git a/pyproject.toml b/pyproject.toml index 1b02656ff9..0f01f01a66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,6 +113,7 @@ full = [ "osmnx", "pyvista==0.42.2; python_version > '3.7'", "pyvista==0.38.0; python_version <= '3.7'", + "vtk==2.9.6", "SRTM.py", "utm", "scikit-rf",