Skip to content

Commit 6baf4e5

Browse files
authored
no pytest for 3.13t (release_win_x86_64.yml) (onnx#7150)
### Description <!-- - Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? --> <!-- - If it fixes an open issue, please link to the issue here. --> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
1 parent 6598c80 commit 6baf4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_win_x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
path: ./dist
8989

9090
- name: Test the installed wheel
91-
if: steps.build_wheel.outcome == 'success'
91+
if: steps.build_wheel.outcome == 'success' && matrix.python-version != '3.13t'
9292
run: |
9393
python -m pip install -q -r requirements-release_test.txt
9494
pytest

0 commit comments

Comments
 (0)