File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 ${{ runner.os }}-data-
5555
5656 integration-test :
57+ strategy :
58+ fail-fast : true
59+ matrix :
60+ python3_version : [11, 12]
5761 needs : build
5862 uses : ./.github/workflows/platform-integration-test.yaml
5963 with :
6064 wheel : dist/otdf_python-0.1.10-py3-none-any.whl
65+ python_version : " 3.${{ matrix.python3_version }}"
Original file line number Diff line number Diff line change 1212 description : The Python wheel to test
1313 required : true
1414 type : string
15+ python_version :
16+ description : The wheel's Python version (like "3.12" or "3.13")
17+ required : true
18+ type : string
1519
1620permissions :
1721 contents : read
@@ -112,7 +116,7 @@ jobs:
112116 - name : Set up Python
113117 uses : actions/setup-python@v4
114118 with :
115- python-version : ' 3.12 '
119+ python-version : ' ${{ inputs.python_version }} '
116120
117121 - name : Validate the Python SDK
118122 env :
You can’t perform that action at this time.
0 commit comments