ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

move parallel settings to workflow #456

Closed mariostieriansys closed 3 weeks ago

mariostieriansys commented 3 weeks ago

There's an annoying issue when running even only on pytest locally where the config is being picked up from the toml.

This was fine but now that parallel is hardcoded, pytest is trying to run always in parallel. So, if you run one test only, it will launch it 4 times

The trick is to remove the parallel settings from the toml and make them workflow args