2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-02-02 11:24:51 +00:00

feat: matrix testing

This commit is contained in:
Matthias Mair
2025-11-24 22:10:24 +01:00
parent 74e368b85b
commit 2838ed5a5e

View File

@@ -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