pylint not finding modules from within Github Actions workflow
Advertisements I am trying to use pylint on a small demo python backend project from within a github action. This fails with the following error: Run pylint src pylint src shell: /usr/bin/bash -e {0} env: pythonLocation: /opt/hostedtoolcache/Python/3.10.9/x64 LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.9/x64/lib ************* Module src src:1:0: F0001: No module named src (fatal) Error: Process completed with exit code… Read More pylint not finding modules from within Github Actions workflow