Skip to content

Commit 0241a35

Browse files
authored
Update package test (alisw#1022)
* Update package test * Rename * Test more Python versions
1 parent 73609ee commit 0241a35

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ name: Test package
55
pull_request:
66
branches:
77
- master
8-
- ml-dev
98
- run3
109
paths:
1110
- "**.py"
1211
push:
1312
branches:
1413
- master
15-
- ml-dev
1614
- run3
1715
paths:
1816
- "**.py"
@@ -31,10 +29,9 @@ jobs:
3129
strategy:
3230
max-parallel: 6
3331
matrix:
34-
os: [ubuntu-latest, macOS]
35-
python-version: ['3.10']
36-
# test-tool: [pylint, flake8, pytest]
37-
test-tool: [pylint, pytest]
32+
os: [ubuntu-latest, macos-latest]
33+
python-version: ['3.10', '3.11', '3.12', '3.13']
34+
test-tool: [pytest]
3835

3936
steps:
4037
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)