mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
disable 3.12 testing for now (#7577)
This commit is contained in:
parent
3ce0202ffd
commit
18c7162e53
3
.github/workflows/qc_checks.yaml
vendored
3
.github/workflows/qc_checks.yaml
vendored
@ -267,7 +267,8 @@ jobs:
|
|||||||
continue-on-error: true # continue if a step fails so that coverage gets pushed
|
continue-on-error: true # continue if a step fails so that coverage gets pushed
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python_version: [3.9, 3.12]
|
python_version: [3.9]
|
||||||
|
# python_version: [3.9, 3.12] # Disabled due to requirement issues
|
||||||
|
|
||||||
env:
|
env:
|
||||||
INVENTREE_DB_NAME: ./inventree.sqlite
|
INVENTREE_DB_NAME: ./inventree.sqlite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user