From 873ae2ddb0efe0fdf3282294434cbb8d49757a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=82=8E=E6=B3=BC?= Date: Sun, 15 Sep 2024 13:02:52 +0800 Subject: [PATCH] ci: update workflow file --- .github/workflows/ut.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ut.yml b/.github/workflows/ut.yml index 186a6b2..c2d9bc5 100644 --- a/.github/workflows/ut.yml +++ b/.github/workflows/ut.yml @@ -12,7 +12,7 @@ jobs: # parallel running result in conflict when git-push to a same branch max-parallel: 1 matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12] steps: - uses: actions/checkout@v2 @@ -64,7 +64,7 @@ jobs: ) PATH="$PATH:$(npm bin)" PYTHONPATH="$(cd ..; pwd)" pytest - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: failure() with: path: test/