diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 43e0943bea..5aaed2891d 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -267,7 +267,8 @@ jobs: continue-on-error: true # continue if a step fails so that coverage gets pushed strategy: matrix: - python_version: [3.9, 3.12] + python_version: [3.9] + # python_version: [3.9, 3.12] # Disabled due to requirement issues env: INVENTREE_DB_NAME: ./inventree.sqlite