ansys / pyedb

pyedb is a Python library to use the EDB client library.
https://edb.docs.pyansys.com/
MIT License
3 stars 0 forks source link

CI: Extend testing with linux #417

Open SMoraisAnsys opened 2 weeks ago

SMoraisAnsys commented 2 weeks ago

Currently we only test our tests in a Windows environment. We should also run them in Linux. Also, some of the tests are skipped if run in Linux. We should try to list the failing ones to identify the reasons and see if the skip is still required. It would be nice if the resulting feedback was noted in a versioned file so that we could see if some things changes when using a new release of AEDT.

Related to #414