<!--- Provide a general summary of the issue in the Title above ---> This check fails although we seem to meet the intention of the measure. ## Description <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug ---> In https://github.com/paramm-team/pybamm-param/tree/main we have the line `## 🚀 Install pybamm-param` but we fail FRSM-13-R1-1 Equally we have dependencies and a pypi release which isn't found and we fail FRSM-13-R1-2 ## Expected Behavior <!--- Tell us what should happen ---> I think that it should fine the ‘installing/install’ in the title and also the requirements.txt/requirements in pyproject.toml ## Actual Behavior <!--- Tell us what happens instead —> > Level: Message: > INFO Looking for any keywords ['build', 'install', 'run'] in ['README', 'docs_directory', 'wiki'] (FRSM-13-R1-1). > WARNING Did not find any keywords ['build', 'install', 'run'] in ['README', 'docs_directory', 'wiki'] (FRSM-13-R1-1). > INFO Checking presence of any of ['requirements.txt'] (FRSM-13-R1-2). > INFO Looking for all keywords ['build', 'deploy'] in ['Jenkinsfile', 'github_actions'] (FRSM-13-R1-2). > INFO Found dependency files (FRSM-13-R1-2). > WARNING Did not find all keywords ['build', 'deploy'] in ['Jenkinsfile', 'github_actions'] (FRSM-13-R1-2). > WARNING Failed to check the software requirements. > ## Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug ---> ## Steps to reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to ---> <!--- reproduce this bug. Include code to reproduce, if relevant ---> 1. Put our github link into the fuji tool ## Additional Context <!--- How has this bug affected you? What were you trying to accomplish? —> I was trying to improve our FUJI score. ## Your Environment <!--- Please provide the output of the following commands. —> N/A <!--- This issue template is adapted from: <!--- "open-source-templates", https://github.com/TalAter/open-source-templates (MIT License). —>