facebook / PathPicker

PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands.
https://facebook.github.io/PathPicker/
MIT License
5.11k stars 283 forks source link

Fix failing CI builds #434

Closed cibinmathew closed 10 months ago

cibinmathew commented 10 months ago

Recent invocations of CI on merge to master is failing as ubuntu-latest is missing Python3.6. Pinning to 20.04 to fix the builds

cibinmathew commented 10 months ago

image

pcottle commented 10 months ago

Thanks for the fix!