Skip to content

Commit

Permalink
maint: cleaning environment
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Apr 29, 2024
1 parent d2e514e commit 447da52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: |
.ci/waiting_services.sh
- name: "test"
- name: "Test Docker containers"
run: |
sleep 5
docker container ls -a
Expand All @@ -130,21 +130,16 @@ jobs:
pip uninstall ansys-mapdl-core
pip install -r requirements/requirements_doc.txt
- name: "test"
- name: "Test MAPDL service from Python"
shell: python
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.prep7()
mapdl.exit()
- name: "Install OS packages"
Expand Down
12 changes: 0 additions & 12 deletions doc/source/technology_showcase_examples/tec-test/test.rst

This file was deleted.

0 comments on commit 447da52

Please sign in to comment.