Disable sonar quality gate in CI

Update base score for Arff STree
This commit is contained in:
2022-11-01 16:53:22 +01:00
parent 1e83db7956
commit 0d87e670f7
4 changed files with 9 additions and 8 deletions

View File

@@ -13,10 +13,10 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python: ["3.10"]
python: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
with: