Skip to content

Commit

Permalink
fix run
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Apr 18, 2024
1 parent faf7c28 commit 7d07926
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,19 @@ jobs:

- name: "test"
shell: python
run:
run: |
from ansys.mapdl.core import LOG

LOG.setLevel("DEBUG")
LOG.log_to_file("mylog.log")

from ansys.mapdl.core import launch_mapdl

mapdl = launch_mapdl(loglevel="DEBUG")

print(mapdl.prep7())
mapdl.exit()
- name: "Cache docs build directory"
Expand Down

0 comments on commit 7d07926

Please sign in to comment.