Skip to content

Commit

Permalink
test no display_test
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jul 26, 2023
1 parent 4e2ebab commit 9dff45e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: "Test virtual framebuffer"
run: |
pip install -r .ci/requirements_test_xvfb.txt
python .ci/display_test.py
# python .ci/display_test.py
- name: "Install ansys-mapdl-core"
run: |
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
- name: "Test virtual framebuffer"
run: |
pip install -r .ci/requirements_test_xvfb.txt
python .ci/display_test.py
# python .ci/display_test.py
- name: Install ansys-mapdl-core
run: |
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
- name: "Test virtual framebuffer"
run: |
python -m pip install -r .ci/requirements_test_xvfb.txt
python .ci/display_test.py
# python .ci/display_test.py
- name: "Install ansys-mapdl-core"
run: |
Expand Down

0 comments on commit 9dff45e

Please sign in to comment.