GabrielBB / xvfb-action

Run your tests headlessly ❌🖥️
https://github.com/marketplace/actions/gabrielbb-xvfb-action
MIT License
140 stars 20 forks source link

How to avoid using Window native tools like python and use the WSL copies instead? #26

Open ssbarnea opened 2 years ago

ssbarnea commented 2 years ago

I really need to use python3 from WSL and not the one from Windows but somehow it seems that only the Windows one is picked.

Is there a way to control that?