Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox==4.25.0
- name: Test with tox
- name: Generate docs
run: tox -c py/tox.ini
env:
TOXENV: docs
Expand All @@ -48,10 +48,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox==4.25.0
- name: Test with tox
- name: Run type checking
run: |
tox -c py/tox.ini -- --cobertura-xml-report ci || true
bash <(curl -s https://codecov.io/bash) -f py/ci/cobertura.xml
tox -c py/tox.ini || true
env:
TOXENV: mypy

Expand Down
1 change: 0 additions & 1 deletion py/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ setenv =
skip_install = true
deps =
mypy==1.16.0
lxml==5.4.0
types-urllib3==1.26.25.14
types-certifi==2021.10.8.3
trio-typing==0.10.0
Expand Down