From 16771c5dc55b8ca64aaf322f7de6ec8dc735fbc5 Mon Sep 17 00:00:00 2001 From: xiaowuhu Date: Fri, 29 Mar 2024 15:20:27 +0800 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index af7d65f..2552d0e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -19,7 +19,7 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10"] include: - - python-version: 3.8 + - python-version: "3.8" onnx_version: 1.12.0 - python-version: 3.9 onnx_version: "1.13"