Skip to content

Commit

Permalink
last test
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 27, 2023
1 parent 0b75aab commit a3c15a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit a3c15a9

Please sign in to comment.