You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Independence from click
* Independence from request
* Independence from tqm
* ansys-tools-path independence
* Skipping modules
* Minimal ci job
* independence from ATP
* independence from ansys-mapdl-math
* Independence from matplotlib
* Bug in parameters
* Removing pyvista
* setting configuration
* Adapting test to new setup
* Removing pytest
* Removing pymapdl from requirements
Installing in two steps.
* fixing missing import
* installing pymapdl from repo, no pypi
* fixing issues with dpf
* fixing vm runs
* Missing import
* fixing write to array
* Fixing wrong import
* Avoiding MPI issue warning in Linux
* fixing no mode when no ATP
* Fixing mapdl not launching
* Update the image cache
* Adding missing import.
* disabling license check when there is no ATP.
* Externalising vms execution to a python file.
* Removing unused env vars
* avoiding circular import
* Adding coverage artifacts
* Adding missing packages for proper testing
* Removing checking session ID and test
* Fixing orphan imported functions
* Fixing calling licensing tests functions which require ATP.
* Using a more clear approach based on 'requires' function
* Refactoring. Using `requires` instead of global vars.
* Fix missing import and missing not
* replacing negative conditions by positive ones
---------
Co-authored-by: germa89 <[email protected]>
if compgen -G './logs-${{ matrix.mapdl-version }}/*.out' > /dev/null ;then for f in ./logs-${{ matrix.mapdl-version }}/*.out; do echo "::group:: Output file $f" && cat $f && echo "::endgroup::" ; done; fi || echo "Failed to display the 'log' files."
0 commit comments