| @@ -7,7 +7,7 @@ jobs: | |||||
| runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||||
| strategy: | strategy: | ||||
| matrix: | matrix: | ||||
| python-version: ["3.8", "3.9", "3.10"] | |||||
| python-version: ["3.9"] | |||||
| steps: | steps: | ||||
| - uses: actions/checkout@v3 | - uses: actions/checkout@v3 | ||||
| - name: Set up Python ${{ matrix.python-version }} | - name: Set up Python ${{ matrix.python-version }} | ||||
| @@ -18,6 +18,7 @@ jobs: | |||||
| run: | | run: | | ||||
| python -m pip install --upgrade pip | python -m pip install --upgrade pip | ||||
| pip install pylint | pip install pylint | ||||
| pip install -r requirements.txt | |||||
| - name: Analysing the code with pylint | - name: Analysing the code with pylint | ||||
| run: | | run: | | ||||
| pylint $(git ls-files '*.py') | |||||
| # pylint $(git ls-files '*.py') | |||||
| @@ -1,7 +1,7 @@ | |||||
| # GPTtrace 🤖 | # GPTtrace 🤖 | ||||
| [](https://opensource.org/licenses/MIT) | [](https://opensource.org/licenses/MIT) | ||||
| [](https://github.com/eunomia-bpf/eunomia-bpf/actions) | |||||
| [](https://github.com/eunomia-bpf/GPTtrace/actions) | |||||
| [](https://deepsource.io/gh/eunomia-bpf/eunomia-bpf/?ref=repository-badge) | [](https://deepsource.io/gh/eunomia-bpf/eunomia-bpf/?ref=repository-badge) | ||||
| [](https://www.codefactor.io/repository/github/eunomia-bpf/eunomia-bpf) | [](https://www.codefactor.io/repository/github/eunomia-bpf/eunomia-bpf) | ||||