enthought / comtypes

A pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package.
Other
283 stars 96 forks source link

Add `npsupport` to CI pipeline matrix #552

Closed junkmd closed 1 month ago

junkmd commented 1 month ago

This package has an optional feature that associated with numpy. There are some proposals related to numpy, like #551.

In the current CI pipeline, tests for the numpy related feature are skipped.

I have set it up so that whether to install numpy in the runtime environment and test it is specified in the GHA matrix. This avoids having to start by changing the GHA workflow when a PR related to npsupport is submitted in the future.

In addition...,

junkmd commented 1 month ago

CIs are passed. https://ci.appveyor.com/project/pywinauto/pywinauto/builds/49931890 https://github.com/enthought/comtypes/actions/runs/9325696932