suo / flake8-github-action

A GitHub Action to run flake8 and annotate lint failures
MIT License
43 stars 19 forks source link

Can't use this action for venv-based projects #21

Open nbahar-intel opened 3 years ago

nbahar-intel commented 3 years ago

I'm trying to use this github action - but because everything is installed under a venv, the action does not identify "flake8" and therefore errors.

Is there any way to source venv for this action?