Skip to content

Commit

Permalink
Do not install vobject type stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Sep 14, 2023
1 parent 07f1b09 commit bf4c81d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install .
python -m pip install mypy
python -m pip install types-atomicwrites types-vobject
# vobject does fancy dynamic stuff that is hard to type-check
python -m pip install types-atomicwrites # types-vobject
- name: Run the type checker
run: mypy

Expand Down

0 comments on commit bf4c81d

Please sign in to comment.