waldo-vision / models

Repository for model development and training
https://waldo.vision
Mozilla Public License 2.0
12 stars 4 forks source link

github action for pylint is broken #19

Open jaredb1011 opened 1 year ago

jaredb1011 commented 1 year ago

The current github action for running pylint is broken, mainly because setting up conda on a runner is proving to be difficult. Right now it's not necessary that we setup the entire conda environment, so we need to revert to just installing deps with pip, and reverting the steps to setup conda.