|
33 | 33 | DPF_PORT: 21004
|
34 | 34 | MAPDL_PACKAGE: ghcr.io/ansys/mapdl
|
35 | 35 | ON_CI: True
|
36 |
| - PYTEST_ARGUMENTS: '-vvv -rxXsa --color=yes --durations=10 --random-order --random-order-bucket=class --maxfail=10 --reruns 3 --reruns-delay 4 --cov=ansys.mapdl.core --cov-report=html --timeout=180' |
| 36 | + PYTEST_ARGUMENTS: '-vvv -rxXsa --color=yes --durations=30 --random-order --random-order-bucket=class --maxfail=10 --reruns 3 --reruns-delay 4 --cov=ansys.mapdl.core --cov-report=html --timeout=180 --profile-svg --profile' |
37 | 37 |
|
38 | 38 | BUILD_CHEATSHEET: True
|
39 | 39 | PYMAPDL_DEBUG_TESTING: True
|
@@ -513,7 +513,7 @@ jobs:
|
513 | 513 | - name: "Install os packages"
|
514 | 514 | run: |
|
515 | 515 | sudo apt update
|
516 |
| - sudo apt install libgl1-mesa-glx xvfb |
| 516 | + sudo apt install libgl1-mesa-glx xvfb graphviz |
517 | 517 |
|
518 | 518 | - name: "Test virtual framebuffer"
|
519 | 519 | run: |
|
@@ -685,7 +685,7 @@ jobs:
|
685 | 685 | - name: "Install OS packages"
|
686 | 686 | run: |
|
687 | 687 | apt update
|
688 |
| - apt install -y libgl1-mesa-glx xvfb libgomp1 |
| 688 | + apt install -y libgl1-mesa-glx xvfb libgomp1 graphviz |
689 | 689 |
|
690 | 690 | - name: "Test virtual framebuffer"
|
691 | 691 | run: |
|
@@ -827,7 +827,7 @@ jobs:
|
827 | 827 | - name: "Installing missing package"
|
828 | 828 | run: |
|
829 | 829 | sudo apt-get update
|
830 |
| - sudo apt-get install -y libgomp1 |
| 830 | + sudo apt-get install -y libgomp1 graphviz |
831 | 831 |
|
832 | 832 | - name: "Setup Python"
|
833 | 833 | uses: actions/setup-python@v5
|
@@ -957,7 +957,7 @@ jobs:
|
957 | 957 | - name: "Installing missing package"
|
958 | 958 | run: |
|
959 | 959 | sudo apt-get update
|
960 |
| - sudo apt-get install -y libgomp1 |
| 960 | + sudo apt-get install -y libgomp1 graphviz |
961 | 961 |
|
962 | 962 | - name: "Setup Python"
|
963 | 963 | uses: actions/setup-python@v5
|
|
0 commit comments