File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 88jobs :
99 pre-commit :
1010 name : Run pre-commit
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
12+ container : python:3.7
1213 steps :
1314 - name : Checkout code
1415 uses : actions/checkout@v4
2324
2425 unittests :
2526 name : Run tests
26- runs-on : ubuntu-20.04
27+ runs-on : ubuntu-latest
28+ container : python:3.7
2729
2830 strategy :
2931 matrix :
Original file line number Diff line number Diff line change 99jobs :
1010 pre-commit :
1111 name : Run pre-commit
12- runs-on : ubuntu-20.04
12+ runs-on : ubuntu-latest
13+ container : python:3.7
1314
1415 steps :
1516 - name : Checkout code
2526
2627 unittests :
2728 name : Run unittests
28- runs-on : ubuntu-20.04
29+ runs-on : ubuntu-latest
30+ container : python:3.7
2931
3032 strategy :
3133 matrix :
4547 name : Pre-release (test-pypi)
4648 needs : unittests
4749 if : success()
48- runs-on : ubuntu-20.04
50+ runs-on : ubuntu-latest
51+ container : python:3.7
4952
5053 steps :
5154 - name : Checkout code
7275 name : Release (pypi)
7376 needs : prerelease
7477 if : success() && (github.event_name == 'workflow_dispatch')
75- runs-on : ubuntu-20.04
78+ runs-on : ubuntu-latest
79+ container : python:3.7
7680
7781 steps :
7882 - name : Download artifact
You can’t perform that action at this time.
0 commit comments