diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index dbc78523a1..1a53f77b5c 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -334,8 +334,7 @@ jobs: continue-on-error: true # continue if a step fails so that coverage gets pushed strategy: matrix: - python_version: [3.11] - # python_version: [3.11, 3.14] # Disabled due to requirement issues + python_version: [3.11, 3.14] env: INVENTREE_DB_NAME: ./inventree.sqlite