Skip to content

Commit

Permalink
final test which should be passing
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 27, 2023
1 parent 3eafb59 commit c93ef4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c93ef4f

Please sign in to comment.