Skip to content

Commit

Permalink
Fixing mapdl not launching
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Oct 25, 2023
1 parent c32f2a9 commit 1c5b3a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,8 @@ jobs:
ON_LOCAL: true
ON_UBUNTU: true
TESTING_MINIMAL: true
PYMAPDL_MAPDL_EXEC: /ansys_inc/v222/ansys/bin/ansys222
PYMAPDL_START_INSTANCE: True

steps:
- name: "Install Git and checkout project"
Expand Down Expand Up @@ -622,7 +624,7 @@ jobs:
shell: python
run: |
from ansys.mapdl.core import launch_mapdl
mapdl = launch_mapdl(start_instance=True, exec_file="/ansys_inc/v222/ansys/bin/ansys222")
mapdl = launch_mapdl()
from ansys.mapdl.core.examples import vmfiles
vms = list(vmfiles.keys())
for i, vm in enumerate(vms[:2]):
Expand Down

0 comments on commit 1c5b3a1

Please sign in to comment.