Skip to content

Commit

Permalink
removing launching MAPDL
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Dec 4, 2023
1 parent 2428b52 commit 045f05c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -618,14 +618,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgomp1
- name: "Testing MAPDL launching"
run: |
echo -e "/prep7\n/com Hello!" > input.inp
$(ansys -b -i input.inp -o output.out) || echo "It's ok."
cat output.out | grep "RUN COMPLETED"
cat output.out | grep "Hello!"
cat output.out
- name: "Setup Python"
uses: actions/setup-python@v4
Expand Down

0 comments on commit 045f05c

Please sign in to comment.