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 2828 run : |
2929 python -m pip install --upgrade pip
3030 pip install tox==4.25.0
31- - name : Test with tox
31+ - name : Generate docs
3232 run : tox -c py/tox.ini
3333 env :
3434 TOXENV : docs
4848 run : |
4949 python -m pip install --upgrade pip
5050 pip install tox==4.25.0
51- - name : Test with tox
51+ - name : Run type checking
5252 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
5554 env :
5655 TOXENV : mypy
5756
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ setenv =
3333skip_install = true
3434deps =
3535 mypy ==1.16.0
36- lxml ==5.4.0
3736 types-urllib3 ==1.26.25.14
3837 types-certifi ==2021.10.8.3
3938 trio-typing ==0.10.0
You can’t perform that action at this time.
0 commit comments