vsoch / pull-request-action

open a pull request when a branch is pushed or updated
https://github.com/marketplace/actions/pull-request-action
MIT License
174 stars 62 forks source link

fix bug with docker build #100

Closed vsoch closed 11 months ago

vsoch commented 11 months ago

the alpine image no longer allows installing to system python the fix is to target a virtual environment python3.

This will close #99