Skip to content

Commit

Permalink
Merge branch 'fix/mapdl_image_in_cicd' of https://github.com/pyansys/…
Browse files Browse the repository at this point in the history
…pymapdl-examples into fix/mapdl_image_in_cicd
  • Loading branch information
germa89 committed Apr 29, 2024
2 parents 9f7f752 + fd90e69 commit d2e514e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ jobs:
# - run:
# ps aux | grep ${{ env.DOCKER_PID }}


- name: "Install Python requirements"
run: |
pip uninstall ansys-mapdl-core
pip install -r requirements/requirements_doc.txt
- name: "test"
shell: python
run: |
Expand All @@ -146,11 +152,6 @@ jobs:
sudo apt-get update
sudo apt install zip pandoc libgl1-mesa-glx xvfb texlive-latex-extra latexmk graphviz texlive-xetex libgomp1
- name: "Install Python requirements"
run: |
pip uninstall ansys-mapdl-core
pip install -r requirements/requirements_doc.txt
- name: "Test virtual framebuffer"
run: |
xvfb-run python .ci/display_test.py
Expand Down

0 comments on commit d2e514e

Please sign in to comment.