napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
67 stars 39 forks source link

fix windows issue with xvfb #94

Closed guiwitz closed 2 years ago

guiwitz commented 2 years ago

The GitHub action tests currently fail on Windows. This fix uses the same solution as found in https://github.com/napari/superqt/pull/61/commits/489eae8c898c7afecf5120c03c0a81e28e545a63 by explicitly calling python -m to execute installations with pip and to run tox.

tlambert03 commented 2 years ago

Thanks @guiwitz!

tlambert03 commented 2 years ago

Do we also need/want to set up Talley's new xvfb set up action?

if you're referring to the setup-qt-libs... that's already in here