Skip to content

Commit

Permalink
ci: update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Sep 15, 2024
1 parent f2c1e5a commit 733e79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/

0 comments on commit 733e79a

Please sign in to comment.