File tree Expand file tree Collapse file tree 6 files changed +43
-1
lines changed Expand file tree Collapse file tree 6 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 47
47
restore-keys : |
48
48
archives-
49
49
50
+ - name : " Set up Python"
51
+ uses : actions/setup-python@v5
52
+ with :
53
+ python-version : " 3.11"
54
+
50
55
- name : " Install package distribution tools"
51
56
run : python -m pip install -r tools/requirements.txt
52
57
Original file line number Diff line number Diff line change 37
37
with :
38
38
fetch-depth : 0
39
39
40
+ - name : " Set up Python"
41
+ uses : actions/setup-python@v5
42
+ with :
43
+ python-version : " 3.11"
44
+
40
45
- name : " Install package distribution tools"
41
46
run : python -m pip install -r tools/requirements.txt
42
47
Original file line number Diff line number Diff line change 60
60
GAP_PKGS_TO_CLONE : ' crypting json'
61
61
GAP_PKGS_TO_BUILD : ' crypting json'
62
62
63
+ - name : " Set up Python"
64
+ uses : actions/setup-python@v5
65
+ with :
66
+ python-version : " 3.11"
67
+
63
68
- name : " Install prerequisites for package distribution tools"
64
69
run : python -m pip install -r tools/requirements.txt
65
70
Original file line number Diff line number Diff line change 86
86
restore-keys : |
87
87
archives-
88
88
89
+ - name : " Set up Python"
90
+ uses : actions/setup-python@v5
91
+ with :
92
+ python-version : " 3.11"
93
+
89
94
- name : " Install package distribution tools"
90
95
run : python -m pip install -r tools/requirements.txt
91
96
@@ -249,6 +254,11 @@ jobs:
249
254
steps :
250
255
- uses : actions/checkout@v4
251
256
257
+ - name : " Set up Python"
258
+ uses : actions/setup-python@v5
259
+ with :
260
+ python-version : " 3.11"
261
+
252
262
- name : " Install package distribution tools"
253
263
run : python -m pip install -r tools/requirements.txt
254
264
@@ -351,6 +361,11 @@ jobs:
351
361
steps :
352
362
- uses : actions/checkout@v4
353
363
364
+ - name : " Set up Python"
365
+ uses : actions/setup-python@v5
366
+ with :
367
+ python-version : " 3.11"
368
+
354
369
- name : " Install package distribution tools"
355
370
run : python -m pip install -r tools/requirements.txt
356
371
Original file line number Diff line number Diff line change 9
9
push :
10
10
paths :
11
11
- ' tools/*'
12
+ - ' .github/workflows/tools-test.yml' # modified workflow may affect tools
12
13
branches :
13
14
- main
14
15
pull_request :
15
16
paths :
16
17
- ' tools/*'
18
+ - ' .github/workflows/tools-test.yml' # modified workflow may affect tools
17
19
18
20
jobs :
19
- py39 :
21
+ py311 :
20
22
name : " Run tests"
21
23
runs-on : ubuntu-20.04
22
24
steps :
23
25
- uses : actions/checkout@v4
24
26
27
+ - name : " Set up Python"
28
+ uses : actions/setup-python@v5
29
+ with :
30
+ python-version : " 3.11"
31
+
25
32
- name : Install dependencies
26
33
run : |
27
34
python -m pip install -r tools/requirements.txt
Original file line number Diff line number Diff line change 30
30
name : " Upload report"
31
31
runs-on : ubuntu-20.04
32
32
steps :
33
+ - name : " Set up Python"
34
+ uses : actions/setup-python@v5
35
+ with :
36
+ python-version : " 3.11"
37
+
33
38
- uses : actions/checkout@v4
34
39
35
40
- name : " Install package distribution tools"
You can’t perform that action at this time.
0 commit comments