amruthvvkp / flaui-uiautomation-wrapper

Tool to perform UI Automation on Windows desktop applications using an underlying Fla-UI wrapper.
GNU General Public License v3.0
6 stars 3 forks source link

Update OS from Ubuntu to Windows for Python GitHub Actions to test unit tests #8

Closed amruthvvkp closed 2 years ago

amruthvvkp commented 2 years ago

We have added GitHub Actions to test Python unit tests on different version of Python from 3.7 to 3.10. Unfortunately this was setup to run on Ubuntu which doesn't install PythonNet a key requirement of the project. This patch is to address that issue.