Skip to content

Commit

Permalink
Removing vm step from minimal. It is buggy.
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Nov 7, 2023
1 parent c1ea52c commit ba32063
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
15 changes: 0 additions & 15 deletions .ci/run_vms.py

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -628,12 +628,6 @@ jobs:
python -m pip install . --no-deps
python -m pip install -r minimum_requirements.txt
python -c "from ansys.mapdl import core as pymapdl; print('Import successfull')"
- name: "Running some verification manual examples"
run: |
unset PYMAPDL_START_INSTANCE
export ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}
python .ci/run_vms.py
- name: "Unit testing requirements installation"
run: |
Expand Down

0 comments on commit ba32063

Please sign in to comment.