File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 28
28
run : |
29
29
python -m pip install --upgrade pip
30
30
pip install tox==4.25.0
31
- - name : Test with tox
31
+ - name : Generate docs
32
32
run : tox -c py/tox.ini
33
33
env :
34
34
TOXENV : docs
48
48
run : |
49
49
python -m pip install --upgrade pip
50
50
pip install tox==4.25.0
51
- - name : Test with tox
51
+ - name : Run type checking
52
52
run : |
53
- tox -c py/tox.ini -- --cobertura-xml-report ci || true
54
- bash <(curl -s https://codecov.io/bash) -f py/ci/cobertura.xml
53
+ tox -c py/tox.ini || true
55
54
env :
56
55
TOXENV : mypy
57
56
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ setenv =
33
33
skip_install = true
34
34
deps =
35
35
mypy ==1.16.0
36
- lxml ==5.4.0
37
36
types-urllib3 ==1.26.25.14
38
37
types-certifi ==2021.10.8.3
39
38
trio-typing ==0.10.0
You can’t perform that action at this time.
0 commit comments