File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
- name : Create coverage
59
59
run : coverage xml
60
60
- name : Upload to Codecov
61
- if : github.event.pull_request.head.repo.full_name == github.repository && github.repository == 'useblocks/sphinx-needs' && matrix.os == 'ubuntu-latest'
61
+ if : github.event.pull_request.head.repo.full_name == github.repository && github.repository == 'useblocks/sphinx-needs' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
62
62
uses : codecov/codecov-action@v3
63
63
with :
64
64
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ test = [
45
45
" pytest-cov~=6.0" ,
46
46
" syrupy~=4.0" ,
47
47
" sphinxcontrib-plantuml~=0.0" ,
48
- " lxml>=4.6.5,<5 .0" ,
48
+ " lxml>=4.6.5,<6 .0" ,
49
49
" responses~=0.22.0" ,
50
50
" pytest-xprocess~=1.0" ,
51
51
]
You can’t perform that action at this time.
0 commit comments