ni / niflexlogger-automation-python

The niflexlogger-automation package contains an API (Application Programming Interface) and examples for using Python to automate NI FlexLogger. The automation API supports modifying the configuration of existing FlexLogger projects and controlling the execution of FlexLogger test sessions. The package is implemented in Python. NI created and supports this package.
MIT License
8 stars 6 forks source link

build pypi package on windows, not ubuntu #4

Closed gregstoll closed 3 years ago

gregstoll commented 3 years ago

What does this Pull Request accomplish?

Builds the PyPI package on Windows, not Ubuntu

Why should this Pull Request be merged?

We're currently failing to build the PyPI package, this is an attempt to fix it

What testing has been done?

None