From a3c15a99d155929eae3bd288f10ae1eff7d99573 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Mon, 27 Nov 2023 10:22:54 +0100 Subject: [PATCH] last test --- .github/workflows/test_pyaedt.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_pyaedt.yml b/.github/workflows/test_pyaedt.yml index 7936f0df57..842c074af4 100644 --- a/.github/workflows/test_pyaedt.yml +++ b/.github/workflows/test_pyaedt.yml @@ -73,11 +73,11 @@ jobs: run: | .\.venv\Scripts\Activate.ps1 pip install --no-cache-dir external/pyaedt[tests] - mkdir tmp - cd tmp + # mkdir tmp + # cd tmp pip uninstall vtk -y pip install --extra-index-url https://wheels.vtk.org vtk-osmesa - pip install pyvista -U + # pip install pyvista -U # pip install vtk==9.2.6 # Copy-Item C:\actions-runner\opengl32.dll .venv\Lib\site-packages\vtkmodules -Force # Copy-Item C:\actions-runner\*.dll .venv\Lib\site-packages\vtkmodules -Force @@ -99,4 +99,4 @@ jobs: .\.venv\Scripts\Activate.ps1 Set-Item -Path env:PYTHONMALLOC -Value "malloc" # pytest --durations=50 -v --cov=external/pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml external\pyaedt\_unittest\test_12_1_PostProcessing.py::TestClass::test_14_Field_Ploton_cutplanedesignname - 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 -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