File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 17
17
- py37
18
18
- py38
19
19
- py39
20
+ - py39_base
20
21
- py310
21
22
- py311
22
23
- py311-cuda
90
91
push_image : ${{ github.event.inputs.push_image == 'true' }}
91
92
92
93
py39_base :
93
- if : ${{ github.event.inputs.specific_job == 'all' || contains(github.event.inputs.specific_job, 'py39 ') }}
94
+ if : ${{ github.event.inputs.specific_job == 'all' || contains(github.event.inputs.specific_job, 'py39_base ') }}
94
95
runs-on : ubuntu-latest
95
96
steps :
96
97
- name : Checkout 🛎️
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
# scan tf versions
35
35
- {tag: "3.9_base", tf: "2.5.3"}
36
36
- {tag: "3.9_base", tf: "2.6.5"}
37
- - {tag: "3.9_base", tf: "2.11.1"}
38
37
- {tag: "3.9_base", tf: "2.12.1"}
39
38
- {tag: "3.9_base", tf: "2.13.0"}
40
39
- {tag: "3.9_base", tf: "2.16.1"}
40
+ - {tag: "3.9_base", tf: "2.18.0"}
41
41
name : test (image=${{ matrix.versions.tag }}, tf=${{ matrix.versions.tf }})
42
42
steps :
43
43
- name : Checkout 🛎️
Original file line number Diff line number Diff line change 1
- flake8~=7.0
2
- flake8-commas~=2.1.0
3
- flake8-quotes~=3.3.2
4
- pytest-cov~=5.0.0
1
+ flake8~=7.1.1;python_version>="3.8"
2
+ flake8~=5.0.0;python_version<"3.8"
3
+ flake8-commas~=2.1.0;python_version<"3.8"
4
+ flake8-commas~=4.0.0;python_version>="3.8"
5
+ flake8-quotes~=3.4.0
6
+ pytest~=7.4.4;python_version<"3.8"
7
+ pytest~=8.3.2;python_version>="3.8"
8
+ pytest-cov~=4.1.0;python_version<"3.8"
9
+ pytest-cov~=5.0.0;python_version>="3.8"
5
10
pytest-xdist~=3.4.0
You can’t perform that action at this time.
0 commit comments