File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
pre-commit :
10
10
name : Run pre-commit
11
- runs-on : ubuntu-latest
12
- container : python:3.7
11
+ runs-on : ubuntu-22.04
13
12
steps :
14
13
- name : Checkout code
15
14
uses : actions/checkout@v4
24
23
25
24
unittests :
26
25
name : Run tests
27
- runs-on : ubuntu-latest
28
- container : python:3.7
26
+ runs-on : ubuntu-22.04
29
27
30
28
strategy :
31
29
matrix :
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
pre-commit :
11
11
name : Run pre-commit
12
- runs-on : ubuntu-latest
13
- container : python:3.7
12
+ runs-on : ubuntu-22.04
14
13
15
14
steps :
16
15
- name : Checkout code
26
25
27
26
unittests :
28
27
name : Run unittests
29
- runs-on : ubuntu-latest
30
- container : python:3.7
28
+ runs-on : ubuntu-22.04
31
29
32
30
strategy :
33
31
matrix :
47
45
name : Pre-release (test-pypi)
48
46
needs : unittests
49
47
if : success()
50
- runs-on : ubuntu-latest
51
- container : python:3.7
48
+ runs-on : ubuntu-22.04
52
49
53
50
steps :
54
51
- name : Checkout code
75
72
name : Release (pypi)
76
73
needs : prerelease
77
74
if : success() && (github.event_name == 'workflow_dispatch')
78
- runs-on : ubuntu-latest
79
- container : python:3.7
75
+ runs-on : ubuntu-22.04
80
76
81
77
steps :
82
78
- name : Download artifact
You can’t perform that action at this time.
0 commit comments